1
0
Fork 0
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:
Emi Matchu 2024-02-18 14:15:23 -08:00
parent 1b22258576
commit 93bc300940

View file

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