#17471: Add ability to use smtplib.SMTP_SSL connection when sending email
-------------------------------------+-------------------------------------
     Reporter:  dje                  |                    Owner:  nobody
         Type:  New feature          |                   Status:  new
    Component:  Core (Mail)          |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  smtp sprints-        |             Triage Stage:  Accepted
  django-ar                          |      Needs documentation:  1
    Has patch:  1                    |  Patch needs improvement:  1
  Needs tests:  1                    |                    UI/UX:  0
Easy pickings:  1                    |
-------------------------------------+-------------------------------------

Comment (by claudep):

 This is almost RFC, but on Python 3.2, I'm getting this output (but the
 test succeeds anyway):

 `.error: uncaptured python exception, closing channel <smtpd.SMTPChannel
 connected 127.0.0.1:47904 at 0x38db710> (<class
 'UnicodeDecodeError'>:'utf-8' codec can't decode byte 0x99 in position 12:
 invalid start byte [/usr/lib/python3.2/asyncore.py|read|83]
 [/usr/lib/python3.2/asyncore.py|handle_read_event|449]
 [/usr/lib/python3.2/asynchat.py|handle_read|190]
 [/usr/lib/python3.2/smtpd.py|collect_incoming_data|278]
 
[/home/claude/virtualenvs/djangogit32/lib/python3.2/encodings/utf_8.py|decode|16])`

 If this is reproducible on other systems, it would be nice if this could
 be silenced...

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17471#comment:12>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to