diff --git a/config/environments/development.rb b/config/environments/development.rb
index 5c6718ff21afeb19f0f1a1241d86865a16b7f6d2..ee08a058fb8ea3511164a8885c77fe468d5f9394 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -28,7 +28,7 @@ Diaspora::Application.configure do
   config.action_mailer.delivery_method = :smtp
   config.action_mailer.default_url_options = {:host => 'pivots.joindiaspora.com'}
   config.action_mailer.smtp_settings = {
-    :address => 'pivots.joindiaspora.com',
+    :address => 'smtp.gmail.com',
     :port => 587,
     :domain => 'mail.joindiaspora.com',
     :authentication => 'plain',
diff --git a/config/environments/production.rb b/config/environments/production.rb
index f28830e2b21f2aa6a30f512c444fb146cb073c0f..eebcc420b071318589b1a1bbb2ae4500326b440d 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -51,7 +51,7 @@ Diaspora::Application.configure do
   config.action_mailer.delivery_method = :smtp
   config.action_mailer.default_url_options = {:host => 'pivots.joindiaspora.com'}
   config.action_mailer.smtp_settings = {
-    :address => 'pivots.joindiaspora.com',
+    :address => 'smtp.gmail.com',
     :port => 587,
     :domain => 'mail.joindiaspora.com',
     :authentication => 'plain',