Better global list for user

This commit is contained in:
2015-08-12 17:37:47 +02:00
parent e1b5ffcd06
commit cc01a4e133
4 changed files with 28 additions and 27 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ class Notifier < ActionMailer::Base
def contact_form(contact_form_id)
@contact_form = Cmtool::ContactForm.find(contact_form_id)
I18n.locale = :en
mail to: "contact-form@mozo.bar", subject: "[CONTACTFORM] new entry"
mail to: "bterkuile+mozo-contact-form@gmail.com", subject: "[CONTACTFORM] new entry"
end
end