From: Steve Sutton Date: Tue, 2 Sep 2014 20:12:56 +0000 (-0400) Subject: Setup enews form X-Git-Tag: v1.0^2~27 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3691cdd861d775fb0911a005269b882ed83d8825;p=web%2FStIgnaceBudgetHost.git Setup enews form and emails --- diff --git a/config/server.ini b/config/server.ini index 88489a0..c7ce1c6 100644 --- a/config/server.ini +++ b/config/server.ini @@ -89,37 +89,37 @@ database.params.dbname = "stignacebudgethost" development = Off ; site owner email address -email.owner = "contact@gaslightmedia.com" +email.owner = "info@stignacebudgethost.com" ; contact form email -email.contact = "contact@gaslightmedia.com" +email.contact = "info@stignacebudgethost.com" ; Add Your Event Form Email -email.addEventForm = "contact@gaslightmedia.com" +email.addEventForm = Off ; enews form email -email.enews = "contact@gaslightmedia.com" +email.enews = Off ; visitor guide form email -email.visitor_guide = "contact@gaslightmedia.com" +email.visitor_guide = Off ; employment application form -email.applicationForm = "contact@gaslightmedia.com" +email.applicationForm = Off ; reply header for admin/MContact -email.reply_member_news = "contact@gaslightmedia.com" +email.reply_member_news = Off ; 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 = Off ; 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 = Off ; 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@stignacebudgethost.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 @@ -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@stignacebudgethost.com" email.server_from = "server@gaslightmedia.com" ; from header for admin/MContact mailout ; diff --git a/static/13.phtml b/static/13.phtml new file mode 100644 index 0000000..951785d --- /dev/null +++ b/static/13.phtml @@ -0,0 +1,12 @@ +configureForm(); + $cf->useCaptcha(true); + echo $cf->toHtml(); +}