From: Ove Klykken Date: Mon, 28 Jul 2014 13:19:40 +0000 (-0400) Subject: Added new header to contact form notification email X-Git-Tag: VV1^2~64^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=96269922b5859ab1ccfa46d2b24c759cd7ebfded;p=web%2FCityofMI.git Added new header to contact form notification email Added my email instead of leif@ --- diff --git a/Toolkit/Contacts/ContactUs.php b/Toolkit/Contacts/ContactUs.php index 5a52256..7bd7f3a 100755 --- a/Toolkit/Contacts/ContactUs.php +++ b/Toolkit/Contacts/ContactUs.php @@ -310,7 +310,7 @@ class Toolkit_Contacts_ContactUs $this->siteName = SITENAME; } if (empty($this->subject)) { - $this->subject = 'Contact Request from website ' . SITENAME; + $this->subject = 'New entry to Contacts from website - ' . SITENAME; } /** diff --git a/config/server.ini b/config/server.ini old mode 100644 new mode 100755 index b9f0f97..0dbb232 --- a/config/server.ini +++ b/config/server.ini @@ -185,24 +185,24 @@ database.params.host = "devdb" development = On -email.owner = "leif@gaslightmedia.com" -email.contact = "leif@gaslightmedia.com" -email.addEventForm = "leif@gaslightmedia.com" -email.enews = "leif@gaslightmedia.com" -email.visitor_guide = "leif@gaslightmedia.com" -email.applicationForm = "leif@gaslightmedia.com" -email.reply_member_news = "leif@gaslightmedia.com" -email.member_record_updates_advisor = "leif@gaslightmedia.com" -email.member_forgot_password_email_reply_to = "leif@gaslightmedia.com" -email.giftcert = "leif@gaslightmedia.com" -email.giftcert_from = "leif@gaslightmedia.com" -email.giftcert_secure = "leif@gaslightmedia.com" -email.reply_to = "leif@gaslightmedia.com" -email.banner_reports_admin = "leif@gaslightmedia.com" -email.expiring_banner_notification = "leif@gaslightmedia.com" -email.from_news = "leif@gaslightmedia.com" -email.server_from = "leif@gaslightmedia.com" -email.from_member_news = "leif@gaslightmedia.com" +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" resources.version = "rand" resources.environment.javascript = "dev"