From 011d04ed5ca9c184f63cddd356b57720616ac469 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 25 Apr 2019 10:26:26 +0200 Subject: [PATCH] suite --- app/mailers/general_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)