Updated Production Settings with Sendgrid

This commit is contained in:
saurabhbhatia 2013-11-29 16:39:27 +08:00
parent 9347cd0463
commit 1584eeaf27
1 changed files with 4 additions and 4 deletions

View File

@ -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