From 4d240a7d0907742cb1ee5a54222fd16bd0007e0c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 29 Jul 2014 10:53:55 -0400 Subject: [PATCH] setup emails for production update emails to clerk@cityofmi.org --- config/server.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/server.ini b/config/server.ini index 5b05f9a..a450d1e 100755 --- a/config/server.ini +++ b/config/server.ini @@ -89,9 +89,9 @@ database.params.dbname = "cityofmi" development = Off ; site owner email address -email.owner = "contact@gaslightmedia.com" +email.owner = "clerk@cityofmi.org" ; contact form email -email.contact = "contact@gaslightmedia.com" +email.contact = "clerk@cityofmi.org" ; Add Your Event Form Email email.addEventForm = Off ; enews form email @@ -115,7 +115,7 @@ email.giftcert_from = Off ; email contains senstive information and must be an upnorth.net address 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 = "clerk@cityofmi.org" ; email address to send the banner reports to for the site admin email.banner_reports_admin = Off ; email address to send banner expiration notices to -- 2.17.1