From: Steve Sutton Date: Wed, 10 Feb 2010 19:52:53 +0000 (+0000) Subject: update the email address for production mode X-Git-Tag: v1.0.0~73 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=daf4e0273cad6d4a793ebfe219406b994adb16eb;p=web%2FTroutCreek.git update the email address for production mode --- diff --git a/setup.phtml b/setup.phtml index 5dd6bce..2f32735 100644 --- a/setup.phtml +++ b/setup.phtml @@ -476,7 +476,7 @@ if (!isset($SITEINFO)) { /** * Site owners email address */ - define('OWNER_EMAIL', 'info@gaslightmedia.com'); + define('OWNER_EMAIL', 'info@troutcreek.com'); /** * From header for admin/Contact mailout. * @@ -486,7 +486,7 @@ if (!isset($SITEINFO)) { * * 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 * @@ -496,7 +496,7 @@ if (!isset($SITEINFO)) { * * 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 */ @@ -512,7 +512,7 @@ if (!isset($SITEINFO)) { * in admin/Contact mailout.phtml file * Reply-To: header */ - define('REPLY_TO', 'info@gaslightmedia.com'); + define('REPLY_TO', 'info@troutcreek.com'); break; // }}}