lib/jets/commands/templates/skeleton/config/environments/production.rb in jets-1.7.2 vs lib/jets/commands/templates/skeleton/config/environments/production.rb in jets-1.8.0
- old
+ new
@@ -1,4 +1,9 @@
Jets.application.configure do
# Example:
# config.function.memory_size = 2048
-end
\ No newline at end of file
+
+ # 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.
+ # Docs: http://rubyonjets.com/docs/email-sending/
+ # config.action_mailer.raise_delivery_errors = false
+end