rails: actionmailer not logging
- by bandhunt
I'm setting up actionmailer in rails but don't see where it logs errors and therefore cannot troubleshoot.
I've got the delivery_errors turned on in environments/development.rb:
config.action_mailer.raise_delivery_errors = true
I'm not seeing anything logged in development.log related to emailing.
Does actionmailer log to somewhere else or what am I missing?
Thanks!