From: Steve Sutton Date: Mon, 18 Aug 2014 20:28:48 +0000 (-0400) Subject: Setup emails X-Git-Tag: V1.0^2~42 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b5bf39cdd17a36dae97ebfe0e02d1354e2c7020b;p=web%2FKeweenaw.git Setup emails Not yet set for production --- diff --git a/config/server.ini b/config/server.ini index d6467d3..f2ab42a 100644 --- a/config/server.ini +++ b/config/server.ini @@ -95,11 +95,11 @@ email.contact = "contact@gaslightmedia.com" ; Add Your Event Form Email email.addEventForm = "contact@gaslightmedia.com" ; enews form email -email.enews = "contact@gaslightmedia.com" +email.enews = Off ; visitor guide form email email.visitor_guide = "contact@gaslightmedia.com" ; employment application form -email.applicationForm = "contact@gaslightmedia.com" +email.applicationForm = Off ; reply header for admin/MContact email.reply_member_news = "contact@gaslightmedia.com" ; which email address should pending member update notifications go to @@ -109,17 +109,17 @@ email.member_record_updates_advisor = "contact@gaslightmedia.com" email.member_forgot_password_email_reply_to = "contact@gaslightmedia.com" ; This is where the first email goes to notify the site owner that a gift ; certificate has been ordered -email.giftcert = "contact@gaslightmedia.com" +email.giftcert = Off ; used at the from address for gift certificate emails -email.giftcert_from = "contact@gaslightmedia.com" +email.giftcert_from = Off ; email contains senstive information and must be an upnorth.net address -email.giftcert_secure = "info@upnorth.net" +email.giftcert_secure = Off ; used in admin/Contact mailout.phtml file in the reply-to header email.reply_to = "contact@gaslightmedia.com" ; email address to send the banner reports to for the site admin -email.banner_reports_admin = "contact@gaslightmedia.com" +email.banner_reports_admin = Off ; email address to send banner expiration notices to -email.expiring_banner_notification = "contact@gaslightmedia.com" +email.expiring_banner_notification = Off ; from header for admin/Contact mailout ; ; the networking department assigns an alias for the @@ -185,24 +185,24 @@ database.params.host = "ds4" development = On -email.owner = "ove@gaslightmedia.com" -email.contact = "ove@gaslightmedia.com" -email.addEventForm = "ove@gaslightmedia.com" -email.enews = "ove@gaslightmedia.com" -email.visitor_guide = "ove@gaslightmedia.com" -email.applicationForm = "ove@gaslightmedia.com" -email.reply_member_news = "ove@gaslightmedia.com" -email.member_record_updates_advisor = "ove@gaslightmedia.com" -email.member_forgot_password_email_reply_to = "ove@gaslightmedia.com" -email.giftcert = "ove@gaslightmedia.com" -email.giftcert_from = "ove@gaslightmedia.com" -email.giftcert_secure = "ove@gaslightmedia.com" -email.reply_to = "ove@gaslightmedia.com" -email.banner_reports_admin = "ove@gaslightmedia.com" -email.expiring_banner_notification = "ove@gaslightmedia.com" -email.from_news = "ove@gaslightmedia.com" -email.server_from = "ove@gaslightmedia.com" -email.from_member_news = "ove@gaslightmedia.com" +email.owner = "dev@gaslightmedia.com" +email.contact = "dev@gaslightmedia.com" +email.addEventForm = "dev@gaslightmedia.com" +email.enews = Off +email.visitor_guide = "dev@gaslightmedia.com" +email.applicationForm = Off +email.reply_member_news = "dev@gaslightmedia.com" +email.member_record_updates_advisor = "dev@gaslightmedia.com" +email.member_forgot_password_email_reply_to = "dev@gaslightmedia.com" +email.giftcert = Off +email.giftcert_from = Off +email.giftcert_secure = Off +email.reply_to = "dev@gaslightmedia.com" +email.banner_reports_admin = "dev@gaslightmedia.com" +email.expiring_banner_notification = "dev@gaslightmedia.com" +email.from_news = "dev@gaslightmedia.com" +email.server_from = "server@gaslightmedia.com" +email.from_member_news = "server@gaslightmedia.com" resources.version = "rand" resources.environment.javascript = "dev" @@ -293,15 +293,15 @@ database.params.host = "ds4" email.owner = "vagrant+owner@localhost" email.contact = "vagrant+contact@localhost" email.addEventForm = "vagrant+eventForm@localhost" -email.enews = "vagrant+enews@localhost" +email.enews = Off email.visitor_guide = "vagrant+visitor_guide@localhost" -email.applicationForm = "vagrant+applicationForm@localhost" +email.applicationForm = Off email.reply_member_news = "vagrant+reply_member_news@localhost" email.member_record_updates_advisor = "vagrant+member_updates@localhost" email.member_forgot_password_email_reply_to = "vagrant+member_forgot@localhost" -email.giftcert = "vagrant+giftcert@localhost" -email.giftcert_from = "vagrant+giftcert_from@localhost" -email.giftcert_secure = "vagrant+giftcert_secure@localhost" +email.giftcert = Off +email.giftcert_from = Off +email.giftcert_secure = Off email.reply_to = "vagrant+reply_to@localhost" email.banner_reports_admin = "vagrant+banner_reports@localhost" email.expiring_banner_notification = "vagrant+exp_banner@localhost"