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


Groups > comp.lang.python > #111992

Re: SMTP_SSL error in python 2.3

From MRAB <python@mrabarnett.plus.com>
Newsgroups comp.lang.python
Subject Re: SMTP_SSL error in python 2.3
Date 2016-07-28 21:04 +0100
Message-ID <mailman.7.1469736256.6033.python-list@python.org> (permalink)
References <CAOB5QVD=sbreLsLhHv+FrJuPSD3qn+q4zsrNqDsbXq91Rbq25A@mail.gmail.com> <CAPTjJmrQE30Gr9GaJCocvrH0FV1JyVsbkP3hCFxVVt4BV7tmHg@mail.gmail.com> <e551597e-12fd-4d50-12f1-89b312e7422e@mrabarnett.plus.com>

Show all headers | View raw


On 2016-07-28 19:29, Chris Angelico wrote:
> 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.
>
There's an answer here that might be relevant:

Sending mail with SSL with Python 2.3
http://stackoverflow.com/questions/7926565/sending-mail-with-ssl-with-python-2-3

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: SMTP_SSL error in python 2.3 MRAB <python@mrabarnett.plus.com> - 2016-07-28 21:04 +0100

csiph-web