Email Templates: Difference between revisions

From MiRTA PBX documentation
Jump to navigation Jump to search
(Created page with "For each type of email sent by the system you can customize the details of the subject, content, sender name and address of the email. There are several type of templates you...")
 
No edit summary
Line 2: Line 2:


[[File:emailtemplates.png|thumb|400px]]
[[File:emailtemplates.png|thumb|400px]]
* Voicemail
* Sending Fax success
* Sending Fax failed
* Received a Fax
* Max transmission attempts failed for a fax
* Received a SMS
* Recording
* Mail2fax scheduled
* Mail2fax refused
* Missed call
* Conference report
Each one of these email template has its own set of variables to be used. They can be seen my hovering the mouse on the "Email Template" label, after having selected the template to edit.
Some templates can use any variable defined in Asterisk. Here the list of useful variables:
* ${CALLERID(name)}
* ${CALLERID(num)}
* ${INCOMINGDID}
* ${INCOMINGCALLERIDNUM}
* ${INCOMINGCALLERIDNAME}
* ${TENANTCODE}
* ${DIALEDNUMBER}

Revision as of 03:15, 7 June 2016

For each type of email sent by the system you can customize the details of the subject, content, sender name and address of the email. There are several type of templates you can create

Emailtemplates.png
  • Voicemail
  • Sending Fax success
  • Sending Fax failed
  • Received a Fax
  • Max transmission attempts failed for a fax
  • Received a SMS
  • Recording
  • Mail2fax scheduled
  • Mail2fax refused
  • Missed call
  • Conference report

Each one of these email template has its own set of variables to be used. They can be seen my hovering the mouse on the "Email Template" label, after having selected the template to edit.

Some templates can use any variable defined in Asterisk. Here the list of useful variables:

  • ${CALLERID(name)}
  • ${CALLERID(num)}
  • ${INCOMINGDID}
  • ${INCOMINGCALLERIDNUM}
  • ${INCOMINGCALLERIDNAME}
  • ${TENANTCODE}
  • ${DIALEDNUMBER}