diff --git a/config/environments/development.rb b/config/environments/development.rb index 5c6718ff2..ee08a058f 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 f28830e2b..eebcc420b 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',