I’m working with Python 2.3 and I need to send e-mails with SSL.
According to the docs, SMTP_SSL was added in Python 2.6.
Is there a way to use SSL also in Python 2.3 (maybe with a third-party module)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maybe you can just use
starttls()just like:
In SMTP_SSL doc you can find: