Please note, this is a STATIC archive of website www.perfexcrm.com from 28 Sep 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

How To

How to prevent sending email template to specific email address inside the CRM?

NOTE: This feature is added in version 1.2.4 and requires basic knowledge of PHP.
This feature allows you to prevent sending an email template located in Setup->Email Templates to a specific email.

When to use this feature?
eq. your boss dont want to receive email each time when task is complated but the assignees needs to receive an email.

To achieve this you need to edit/create my_functions_helper.php file located in applications/helpers/ and add the following code:

In this case here we will prevent sending an email Task marked as finished to the emails separated by coma as shown in the example.

An example for multiple templates checking.

NOTE: We cant provide you support how to do it if you dont have any basic php knowledge for this usage.

 

Was this helpful?