#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.
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.