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:
parent
936ae9f610
commit
bf0d19e5fd
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ Rails.application.configure do
|
||||||
user_name: ENV["SMTP_USERNAME"],
|
user_name: ENV["SMTP_USERNAME"],
|
||||||
password: ENV["SMTP_PASSWORD"],
|
password: ENV["SMTP_PASSWORD"],
|
||||||
authentication: ENV["SMTP_AUTHENTICATION"],
|
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.
|
# Ignore bad email addresses and do not raise email delivery errors.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue