#13142: Add support for SSL connections in core.mail.backends.smtp ---------------------------------+------------------------------------ Reporter: serg.partizan@… | Owner: nobody Type: New feature | Status: new Component: Core (Mail) | Version: SVN Severity: Normal | Resolution: Keywords: | Triage Stage: Accepted Has patch: 1 | Needs documentation: 1 Needs tests: 1 | Patch needs improvement: 1 Easy pickings: 1 | UI/UX: 0 ---------------------------------+------------------------------------ Changes (by ramiro):
* needs_better_patch: 0 => 1 * stage: Ready for checkin => Accepted Comment: I agree with Karen here. If the Python version in use (< 2.6) is such that no SSL support exists in the `smtplib`library and the user has requested it with `settings.MAIL_USE_SSL = True` then the code should **refuse** to work at deployment time and should show some kind of explanation about the reason. Otherwise with the latest patch, the user might erroneously think connections to the SMTP server are SSL-encrypted when they fact aren't; giving he/she a false sense of security. I'm going to move this back to accepted/patch needs improvement. Please move it back to RFC if I'm misunderstanding things. -- Ticket URL: <https://code.djangoproject.com/ticket/13142#comment:13> 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 post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.