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