#20743: Support keyfile/certfile in SMTP connections
---------------------------------------+------------------------
               Reporter:  claudep      |          Owner:  nobody
                   Type:  New feature  |         Status:  new
              Component:  Core (Mail)  |        Version:  master
               Severity:  Normal       |       Keywords:
           Triage Stage:  Accepted     |      Has patch:  0
    Needs documentation:  0            |    Needs tests:  0
Patch needs improvement:  0            |  Easy pickings:  0
                  UI/UX:  0            |
---------------------------------------+------------------------
 This was initially included in a patch on #13142
 (https://github.com/django/django/pull/347), but the SSL support was added
 in commit for #17471.

 `keyfile`/`certfile` are optional parameters to either
 [http://docs.python.org/2/library/smtplib.html#smtplib.SMTP.starttls
 `SMTP.starttls`] or
 [http://docs.python.org/2/library/smtplib.html#smtplib.SMTP_SSL
 `smtplib.SMTP_SSL`].

 Is there another way than adding two new settings?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20743>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.44d63b7483c8693b1c51d3ecc6f95a63%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to