--
Ticket URL: <https://code.djangoproject.com/ticket/34477>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: 0 => 1
* needs_tests: 0 => 1
Old description:
> 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.
New description:
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).
--
--
Ticket URL: <https://code.djangoproject.com/ticket/34477#comment:1>
* owner: nobody => Andrew Chen Wang
* needs_better_patch: 0 => 1
* status: new => assigned
* stage: Unreviewed => Accepted
Comment:
Accepted based on
[https://github.com/django/deps/blob/main/accepted/0009-async.rst#email
DEP-9].
--
Ticket URL: <https://code.djangoproject.com/ticket/34477#comment:2>
* easy: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/34477#comment:3>