Configure SMTP settings #289

Merged
bustikiller merged 4 commits from smtp-settings into main 2025-07-05 11:56:23 +00:00
Showing only changes of commit ba97a3155a - Show all commits

View File

@ -81,9 +81,8 @@ Rails.application.configure do
password: File.read("/run/secrets/smtp_password").strip, password: File.read("/run/secrets/smtp_password").strip,
authentication: File.read("/run/secrets/smtp_authentication").strip.to_sym authentication: File.read("/run/secrets/smtp_authentication").strip.to_sym
} }
rescue Errno::ENOENT rescue Errno::ENOENT
{} {}
end
end end