How do you customize the subject line and "From" address in the email that you receive when a form has been filled out? Thanks!
Appnitro Software Forums » MachForm
[closed] How do you customize the email you receive?
(2 posts)-
Posted 1 year ago #
-
To customize the email Subject, From and From Address, you need to modify your config.php file.
Look for these settings:
--
define('NOTIFICATION_MAIL_FROM',''); define('NOTIFICATION_MAIL_FROM_NAME',''); define('NOTIFICATION_MAIL_SUBJECT','');--
Set the empty value to suit your need. Example:
--
define('NOTIFICATION_MAIL_FROM','yuniar@appnitro.com'); define('NOTIFICATION_MAIL_FROM_NAME','Yuniar'); define('NOTIFICATION_MAIL_SUBJECT','My {form_name} [#{entry_no}]');--
For mail subject, {form_name} and {entry_no} are special variables which will display your current form name and current entry number.
Posted 1 year ago #
Topic Closed
This topic has been closed to new replies.