I don't understand why the defaults of the constructor are different from
the defaults of the settings:
use_tls=None
use_ssl=None
The defaults of the settings are "False". Which is more intuitive since it
is a boolean (AFAIK).
--
Ticket URL: <https://code.djangoproject.com/ticket/24659>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* has_patch: 0 => 1
* needs_better_patch: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
Comment:
Does the attached patch clarify how it works?
--
Ticket URL: <https://code.djangoproject.com/ticket/24659#comment:1>
* Attachment "24659.diff" added.
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"ffe83d16bd0abfa58e4448cf9d48b52cc43544e9" ffe83d16]:
{{{
#!CommitTicketReference repository=""
revision="ffe83d16bd0abfa58e4448cf9d48b52cc43544e9"
Fixed #24659 -- Clarified docs of smtp.EmailBackend parameters.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24659#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"43f800a978deba4bc8d13e7f11e0afdc126cec25" 43f800a9]:
{{{
#!CommitTicketReference repository=""
revision="43f800a978deba4bc8d13e7f11e0afdc126cec25"
[1.8.x] Fixed #24659 -- Clarified docs of smtp.EmailBackend parameters.
Backport of ffe83d16bd0abfa58e4448cf9d48b52cc43544e9 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24659#comment:3>