diff --git a/app/mailers/general_mailer.rb b/app/mailers/general_mailer.rb index 021a427..675606c 100755 --- a/app/mailers/general_mailer.rb +++ b/app/mailers/general_mailer.rb @@ -1,5 +1,5 @@ class GeneralMailer < ActionMailer::Base - default from: "contact@jipe.fr" + default from: "n.bally@jipe.fr" add_template_helper(MailHelper)