From e11d795c03bf75e3c8a12924712a387c3fedcd1f Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 24 Feb 2014 17:52:33 +0000 Subject: [PATCH] Update emails and streamsend setup communicator account and email addresses --- config/application.ini | 10 +++++----- config/server.ini | 38 +++++++++++++++++++------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/config/application.ini b/config/application.ini index b1e3c8b..46fa110 100644 --- a/config/application.ini +++ b/config/application.ini @@ -18,15 +18,15 @@ contactdb.html_email = "ON" ; STREAM SEND API ; Turn on the streamsend module to use with our contact application -contactdb.streamsend.application = Off +contactdb.streamsend.application = On ; Login id for the streamsend account -contactdb.streamsend.login = Off +contactdb.streamsend.login = "9TzWUPueP0Rv" ; Transaction key for the streamsend account -contactdb.streamsend.key = Off +contactdb.streamsend.key = "Q7VSXfwm09QKDdAN" ; Streamsend account name -contactdb.streamsend.account_name = Off +contactdb.streamsend.account_name = "Trout Creek" ; Streamsend audience number -contactdb.streamsend.audience = Off +contactdb.streamsend.audience = 2 ; CONSTANT CONTACT API ; Constant Contact forms diff --git a/config/server.ini b/config/server.ini index 9cef702..85116c2 100644 --- a/config/server.ini +++ b/config/server.ini @@ -88,38 +88,38 @@ database.params.dbname = "troutcreek" ; if we're in development mode or not development = Off -; site owner email address -email.owner = "contact@gaslightmedia.com" +; site owner email aqddress +email.owner = "info@troutcreek.com" ; contact form email -email.contact = "contact@gaslightmedia.com" +email.contact = "info@troutcreek.com" ; Add Your Event Form Email -email.addEventForm = "contact@gaslightmedia.com" +email.addEventForm = "info@troutcreek.com" ; enews form email -email.enews = "contact@gaslightmedia.com" +email.enews = "info@troutcreek.com" ; visitor guide form email -email.visitor_guide = "contact@gaslightmedia.com" +email.visitor_guide = "info@troutcreek.com" ; employment application form -email.applicationForm = "contact@gaslightmedia.com" +email.applicationForm = "info@troutcreek.com" ; reply header for admin/MContact -email.reply_member_news = "contact@gaslightmedia.com" +email.reply_member_news = "info@troutcreek.com" ; which email address should pending member update notifications go to ; if you set this to false - no emails will be sent for updates -email.member_record_updates_advisor = "contact@gaslightmedia.com" +email.member_record_updates_advisor = "info@troutcreek.com" ; reply-to email used in the members forgot password email -email.member_forgot_password_email_reply_to = "contact@gaslightmedia.com" +email.member_forgot_password_email_reply_to = "info@troutcreek.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.reply_to = "info@troutcreek.com" ; email address to send the banner reports to for the site admin -email.banner_reports_admin = "contact@gaslightmedia.com" +email.banner_reports_admin = "info@troutcreek.com" ; email address to send banner expiration notices to -email.expiring_banner_notification = "contact@gaslightmedia.com" +email.expiring_banner_notification = "info@troutcreek.com" ; from header for admin/Contact mailout ; ; the networking department assigns an alias for the @@ -127,7 +127,7 @@ email.expiring_banner_notification = "contact@gaslightmedia.com" ; "xxx_bounce@harbor.gaslightmedia.com" address ; ; xxx being the domain of the website -email.from_news = "newsletter@gaslightmedia.com" +email.from_news = "newsletter@troutcreek.com" ; from header for admin/MContact mailout ; ; the networking department assigns an alias for the @@ -135,10 +135,10 @@ email.from_news = "newsletter@gaslightmedia.com" ; "xxx_bounce@harbor.gaslightmedia.com" address ; ; xxx being the domain of the website -email.from_member_news = "newsletter@gaslightmedia.com" +email.from_member_news = "newsletter@troutcreek.com" ; dead email address for forms w/ one-way communication ; ie: pending member updates -email.do_not_reply = "donotreply@gaslightmedia.com" +email.do_not_reply = "donotreply@troutcreek.com" auth.test = "LOCAL_TEST" auth.send_conf = Off -- 2.17.1