1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

add script for testing app SMTP connections

هذا الالتزام موجود في:
Adam Cooke
2017-04-28 17:09:39 +01:00
الأصل 6fc82b2049
التزام 3333a7baf3
6 ملفات معدلة مع 42 إضافات و2 حذوفات

عرض الملف

@@ -27,7 +27,7 @@ Rails.application.configure do
end
# Don't care if the mailer can't send.
config.action_mailer.raise_delivery_errors = false
config.action_mailer.raise_delivery_errors = true
config.action_mailer.perform_caching = false

عرض الملف

@@ -55,7 +55,7 @@ Rails.application.configure do
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
# config.action_mailer.raise_delivery_errors = false
config.action_mailer.raise_delivery_errors = true
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found).