#2897: [patch] Support TLS for django mail
--------------------------------+-------------------------------------------
   Reporter:  [EMAIL PROTECTED]  |                Owner:  adrian                
     Status:  closed            |            Component:  django.core.mail      
    Version:                    |           Resolution:  wontfix               
   Keywords:                    |                Stage:  Design decision needed
  Has_patch:  1                 |           Needs_docs:  0                     
Needs_tests:  0                 |   Needs_better_patch:  0                     
--------------------------------+-------------------------------------------
Changes (by James Wheare <[EMAIL PROTECTED]>):

  * component:  Core framework => django.core.mail
  * stage:  Unreviewed => Design decision needed

Comment:

 This is a problem if your host requires all SMTP connections to be via
 SSL. Since Django itself relies on this (very-simple) framework to send
 out broken link and 500 emails, it would be nice if it were equipped to
 handle this particular setup rather than choke on an smtplib error that my
 own app can't easily work around.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2897#comment:3>
Django Code <http://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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to