forked from OpenNeo/impress
Update SMTP settings
I moved `@openneo.net` mail to Fastmail instead of Dreamhost, so this setting needs to change to match!
This commit is contained in:
parent
1b22258576
commit
93bc300940
1 changed files with 3 additions and 2 deletions
|
@ -83,8 +83,9 @@ Rails.application.configure do
|
||||||
|
|
||||||
config.action_mailer.delivery_method = :smtp
|
config.action_mailer.delivery_method = :smtp
|
||||||
config.action_mailer.smtp_settings = {
|
config.action_mailer.smtp_settings = {
|
||||||
:address => "mail.openneo.net",
|
:address => "smtp.fastmail.com",
|
||||||
:port => 587,
|
:port => 465,
|
||||||
|
:tls => true,
|
||||||
:domain => "openneo.net",
|
:domain => "openneo.net",
|
||||||
:authentication => :login,
|
:authentication => :login,
|
||||||
:user_name => "matchu@openneo.net",
|
:user_name => "matchu@openneo.net",
|
||||||
|
|
Loading…
Reference in a new issue