This commit is contained in:
parent
6550a8b4f8
commit
8493dfcf9b
@ -64,7 +64,7 @@ Rails.application.configure do
|
||||
config.action_mailer.smtp_settings = {
|
||||
address: "mail.gandi.net",
|
||||
port: "587",
|
||||
authentication: plain,
|
||||
authentication: "plain",
|
||||
enable_starttls_auto: true,
|
||||
user_name: Rails.application.credentials.smtp[:username],
|
||||
password: Rails.application.credentials.smtp[:password]
|
||||
|
Loading…
x
Reference in New Issue
Block a user