Page 1 of 1

Email TEXT format

Posted: Fri Mar 03, 2017 4:35 pm
by mickyus
Hello,
I would like to send email with text format at email event. The default format is HTML. Can I change the format for email event?
Regards,
Michyus

Re: Email TEXT format

Posted: Thu Jul 05, 2018 2:22 pm
by andreaadamczyk
Dear mickyus,

Currently, ProcessMaker does not support the option to send emails using a text plain format because you need a template to send an email message and a template uses the HTML format. Nevertheless, you can use the notification task property to send an email as a plain text.

I hope I have solved your doubts.

Regards.

Re: Email TEXT format

Posted: Thu Jul 05, 2018 9:06 pm
by amosbatto
Unfortunately, there is no way to do it from inside the PM interface. However, you can edit the template file which is stored at /shared/sites/<WORKSPACE>/mailTemplates/<PROCESS-UID>/<FILENAME>.html on the PM server.
You can get the workspace and unique ID of the process, by running a case with Debug Mode enabled, and looking at the SYS_SYS and PROCESS variables.

Remove the HTML formatting in the file and it should just send plain text. Don't change the filename and leave the extension as .html . If you change the filename, you will have to also change it in the database.