diff --git a/config/environments/production.rb b/config/environments/production.rb index 4a3937ac..a0ee2738 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -83,8 +83,9 @@ Rails.application.configure do config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { - :address => "mail.openneo.net", - :port => 587, + :address => "smtp.fastmail.com", + :port => 465, + :tls => true, :domain => "openneo.net", :authentication => :login, :user_name => "matchu@openneo.net",