Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #111989 > unrolled thread

Re: SMTP_SSL error in python 2.3

Started byChris Angelico <rosuav@gmail.com>
First post2016-07-29 04:29 +1000
Last post2016-07-29 04:29 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: SMTP_SSL error in python 2.3 Chris Angelico <rosuav@gmail.com> - 2016-07-29 04:29 +1000

#111989 — Re: SMTP_SSL error in python 2.3

FromChris Angelico <rosuav@gmail.com>
Date2016-07-29 04:29 +1000
SubjectRe: SMTP_SSL error in python 2.3
Message-ID<mailman.5.1469730595.6033.python-list@python.org>
On Thu, Jul 28, 2016 at 10:14 PM, Mushirahmed Shaikh <imushir@gmail.com> wrote:
> Dear All,
> I am sending email using smtplib.SMTP_SSL method in python2.3.
> But it gives the error i.e Attribute error for SMTP_SSL.
> Please help me to call SMTP_SSL method in python2.3.
> I dont want to update the python version.
>

At this point, the only place where you can get any sort of guaranteed
Python 2.3 support is Red Hat. Do you have a Red Hat license? Can you
contact them for assistance? Unless you're running RHEL, I would
*strongly* recommend upgrading to Python 2.7 or 3.5, which are still
well supported by Python.org itself.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web