Hi guys,
I'm configuring pyramid_exclog and in this part of the config I can't
see where I can type the password for the email account, does anyone
knows?.
[handler_exc_handler]
class = handlers.SMTPHandler
args = (('mail.example.com', 25), '[email protected]',
['[email protected]'], 'myapp Exception')
level = ERROR
formatter = exc_formatter
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.