diff --git a/config/environments/production.rb b/config/environments/production.rb index 4eae9ed2..b3aad177 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -66,12 +66,12 @@ Orbit::Application.configure do config.action_mailer.smtp_settings = { :enable_starttls_auto => true, :openssl_verify_mode => 'none', - :address => "http://smtp.gmail.com", - :port => '587', + :address => 'smtp.sendgrid.net', + :port => '25', :domain => "new.tp.rulingcom.com", :authentication => "plain", - :user_name => "redmine@rulingcom.com", - :password => "rulingredmine" + :user_name => "rulingcom", + :password => "rulingbjo4xjp6" } end