Opened 3 years ago
Closed 3 years ago
#32822 closed Cleanup/optimization (wontfix)
Docs that send_email()'s from_email doesn't work in Gmail.
Reported by: | Siddharth Bisht | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 3.2 |
Severity: | Normal | Keywords: | Documentation |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description (last modified by )
Docs should mention that from_email in send_email function do not work with every service. Some like gmail do not allow you to change the name
Change History (2)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Summary: | Docs should mention that from_email in send_email function do not work with every service. Some like gmail do not allow you to change the name → Docs that send_email()'s from_email doesn't work in Gmail. |
Type: | Uncategorized → Cleanup/optimization |
This is not an issue in Django (see #31966) and we cannot document all caveats in external services.
Note:
See TracTickets
for help on using tickets.
Hey Siddharth,
Thanks for reporting this problem.
Can you please provide more information about the issue you experienced, such as the exact function that you tried to use?
Also what does the following refer to: "Some like gmail do not allow you to change the name"?
Do you mean that settings.DEFAULT_FROM_EMAIL variable does not get overwritten regardless of what you set from_email to?