Updated Production Settings with Sendgrid
This commit is contained in:
parent
9347cd0463
commit
1584eeaf27
|
@ -66,12 +66,12 @@ Orbit::Application.configure do
|
||||||
config.action_mailer.smtp_settings = {
|
config.action_mailer.smtp_settings = {
|
||||||
:enable_starttls_auto => true,
|
:enable_starttls_auto => true,
|
||||||
:openssl_verify_mode => 'none',
|
:openssl_verify_mode => 'none',
|
||||||
:address => "http://smtp.gmail.com",
|
:address => 'smtp.sendgrid.net',
|
||||||
:port => '587',
|
:port => '25',
|
||||||
:domain => "new.tp.rulingcom.com",
|
:domain => "new.tp.rulingcom.com",
|
||||||
:authentication => "plain",
|
:authentication => "plain",
|
||||||
:user_name => "redmine@rulingcom.com",
|
:user_name => "rulingcom",
|
||||||
:password => "rulingredmine"
|
:password => "rulingbjo4xjp6"
|
||||||
}
|
}
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Reference in New Issue