Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#14692 closed (invalid)

Unclear mail error

Reported by: Artem Skoretskiy Owned by: nobody
Component: Uncategorized Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When my Django application send email - sometimes I receive this message being an admin of the site:

Subject: [Django] invalid service
Body: error message This email provider is currently not support for email AAAA@…

That is very unclear what is happening from this letter - it gives you no ability to trace or investigate the issue (why did it happen? What piece of code generated this? What was server response?)
I was even unable to find the piece of Django code that generated this message!

Please, make this message more clear and contain more technical details so it's possible to fix.

Change History (2)

comment:1 by Russell Keith-Magee, 14 years ago

Resolution: invalid
Status: newclosed

This doesn't appear to be a Django generated error. It looks to me like it's an error being generated by the mailbox of someone that you're sending mail to. As such, it's not something that Django can fix.

comment:2 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top