hi all how do I change the default 'no-reply@yourdomain.com' to no-reply@yourdomain.co.cc
thank you
Appnitro Software Forums » MachForm 2
default is 'no-reply@yourdomain.com'
Started 2 years ago by gjwizz | 2 posts |
-
Posted 2 years ago #
-
Open the config.php file (in any text editor - e.g. Notepad++ is a good choice) and edit the following section (around line 49)- the "Notification_Mail_from" line. Note it doesn't have to be specifically "no-reply@yourdomain.com" it can be whatever address you like.
/** Default notification email settings **/
define('NOTIFICATION_MAIL_FROM','no-reply@domain.com'); //default is 'no-reply@yourdomain.com'
Of course "yourdomain.com" is not an actual web address - it's just the example used by those that wrote Machform script. Replace it with your actual web address domain like no-reply@mastersoftheuniverse.com or whatever your web address is called.
I assume this is what you're asking about, otherwise can you be a little more specific?
Posted 2 years ago #
Reply
You must log in to post.
