update the email address for production mode
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 10 Feb 2010 19:52:53 +0000 (19:52 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 10 Feb 2010 19:52:53 +0000 (19:52 +0000)
setup.phtml

index 5dd6bce..2f32735 100644 (file)
@@ -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;
        //      }}}