1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-20 13:49:39 +02:00

Convert to boolean

This commit is contained in:
Josh Pigford 2024-02-03 17:52:30 -06:00
parent 936ae9f610
commit bf0d19e5fd

View file

@ -76,7 +76,7 @@ Rails.application.configure do
user_name: ENV["SMTP_USERNAME"],
password: ENV["SMTP_PASSWORD"],
authentication: ENV["SMTP_AUTHENTICATION"],
enable_starttls_auto: ENV["SMTP_ENABLE_STARTTLS_AUTO"]
enable_starttls_auto: ENV["SMTP_ENABLE_STARTTLS_AUTO"] == "true"
}
# Ignore bad email addresses and do not raise email delivery errors.