Opened 20 months ago
Last modified 16 months ago
#34477 assigned New feature
Asyncio send mail backend
Reported by: | Andrew Chen Wang | Owned by: | Andrew Chen Wang |
---|---|---|---|
Component: | Core (Mail) | Version: | 4.2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | yes |
Needs tests: | yes | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Implementation of asyncio send mail functionality. All methods get its a
prefix variant, and the get_connection runs a start command unlike its sync version.
https://github.com/django/django/pull/16744
Adds Base, Console, and Dummy backends (no test; pending review of draft implementation).
Change History (3)
comment:1 by , 20 months ago
Description: | modified (diff) |
---|---|
Needs documentation: | set |
Needs tests: | set |
comment:2 by , 20 months ago
Owner: | changed from | to
---|---|
Patch needs improvement: | set |
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 16 months ago
Easy pickings: | unset |
---|
Note:
See TracTickets
for help on using tickets.
Accepted based on DEP-9.