rails: actionmailer not logging
Posted
by bandhunt
on Stack Overflow
See other posts from Stack Overflow
or by bandhunt
Published on 2010-04-07T21:41:26Z
Indexed on
2010/04/07
21:43 UTC
Read the original article
Hit count: 389
rails
|actionmailer
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!
© Stack Overflow or respective owner