Page 1 of 1

Change Email Template

Posted: Wed Jun 12, 2019 8:41 am
by amithatle123
Hi ,

In the admin section for the email configuration there is an option to test the SMTP mail settings by sending a test email. The subject of this test email is as "Process Maker O.S. [Test mail] ".

I want to change this subject as well as the body of the email but unable to find the relevant file.

Any ideas as to what file needs to be modified.

Regards
Amit

Re: Change Email Template

Posted: Wed Jun 12, 2019 10:48 pm
by amosbatto
You can change that text in the file workflow/engine/xmlform/setup/emails_TestForm.xml

By the way, you can search the code with this command in Linux:
grep -R -i "Test mail" /opt/processmaker/*

Re: Change Email Template

Posted: Wed Jun 12, 2019 11:27 pm
by amithatle123
Thank You so much Amos