mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Convert to boolean
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user