bishop335 / subtext

Automatically exported from code.google.com/p/subtext
0 stars 0 forks source link

Increase logging around failed email sending #278

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Subtext 2.5.2.0

Troubleshooting a failed email send in a hosted environment where you don't 
have full console access is almost impossible. Nothing shows up in the logs if 
the SmtpClient can't send for whatever reason - can't reach the SMTP server, 
bad credentials, or whatever.

If possible, logging around failed email sending should be increased to make it 
easier for blog admins to figure out what's going on.

Original issue reported on code.google.com by travis.illig on 3 Nov 2010 at 7:34