/**
* Site owners email address
*/
- define('OWNER_EMAIL', 'info@gaslightmedia.com');
+ define('OWNER_EMAIL', 'info@troutcreek.com');
/**
* From header for admin/Contact mailout.
*
*
* xxx being domain of website.
*/
- define('FROM_NEWS_EMAIL', 'newsletter@demo.gaslightmedia.com');
+ define('FROM_NEWS_EMAIL', 'newsletter@troutcreek.com');
/**
* From headers for admin/MContact
*
*
* xxx being domain of website.
*/
- define('FROM_MEMBER_NEWS_EMAIL', 'newsletter@demo.gaslightmedia.com');
+ define('FROM_MEMBER_NEWS_EMAIL', 'newsletter@troutcreek.com');
/**
* Reply header for admin/MContact
*/
* in admin/Contact mailout.phtml file
* Reply-To: header
*/
- define('REPLY_TO', 'info@gaslightmedia.com');
+ define('REPLY_TO', 'info@troutcreek.com');
break;
// }}}