You are not logged in.
Pages: 1
I set notification template like this:
Dear ##ticket.assigntousers## :
Please kindly help to handle this issue!
Thanks!!
User information:##ticket.authors## ##author.phone##
Request Content: ##ticket.content##
But the notification mail send to me like this:
Dear Helpdesk :
Please kindly help to handle this issue!
Click here to browse the detail.
Thanks!!
User information: project8 ##author.phone##
Request Content: Computer not work.
Is the tag ##author.phone## not work?
Last edited by bigbird1985 (2013-11-07 07:33:56)
glpi 0.84.3 + OCS
Offline
I found a solution...author.location and author.phone most be put in a "foreach authors" loop...Thanks.
glpi 0.84.3 + OCS
Offline
How you did this?
Offline
How you did this?
##FOREACHauthors##
##lang.author.phone## :##author.phone##
##lang.author.phone## :##author.phone2##
##lang.author.mobile## :##author.mobile##
##ENDFOREACHauthors##
Offline
Pages: 1