Configure SMTP settings #289
@ -81,9 +81,8 @@ Rails.application.configure do
|
||||
password: File.read("/run/secrets/smtp_password").strip,
|
||||
authentication: File.read("/run/secrets/smtp_authentication").strip.to_sym
|
||||
}
|
||||
rescue Errno::ENOENT
|
||||
{}
|
||||
end
|
||||
rescue Errno::ENOENT
|
||||
{}
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user