Added new header to contact form notification email
authorOve Klykken <ove@gaslightmedia.com>
Mon, 28 Jul 2014 13:19:40 +0000 (09:19 -0400)
committerOve Klykken <ove@gaslightmedia.com>
Mon, 28 Jul 2014 13:19:40 +0000 (09:19 -0400)
Added my email instead of leif@

Toolkit/Contacts/ContactUs.php
config/server.ini [changed mode: 0644->0755]

index 5a52256..7bd7f3a 100755 (executable)
@@ -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;
         }
 
         /**
old mode 100644 (file)
new mode 100755 (executable)
index b9f0f97..0dbb232
@@ -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"