nknganda / django-mailer

Automatically exported from code.google.com/p/django-mailer
MIT License
0 stars 0 forks source link

SMTP server returns a 550 error, but django-mailer still lists the email as sent, and not deferred. #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a malformed FROM email address.
2. Try sending it. The SMTP server may reject it (mine did).
3. django-mailer does not detect the error.

What is the expected output? What do you see instead?

Should have listed the email as deferred. Instead, it lists it as sent.

What version of the product are you using? On what operating system?

Not sure, to be honest. Last checkout was on Oct 8th.

Original issue reported on code.google.com by anli...@gmail.com on 9 Oct 2008 at 12:24