Re: SMTP_SSL error in python 2.3

2016-07-28 Thread Chris Angelico
On Fri, Jul 29, 2016 at 2:06 PM, Mushirahmed Shaikh wrote: > Thanks for your reply.. > I dont want to update python2.3 to python2.7. > I have following scenario.. > I have /mnt/flash/diskroot > I am using chroot /mnt/flash/diskroot to get into this. > In /mnt/flash/diskroot python2.3 is installed

Re: SMTP_SSL error in python 2.3

2016-07-28 Thread MRAB
On 2016-07-28 19:29, Chris Angelico wrote: On Thu, Jul 28, 2016 at 10:14 PM, Mushirahmed Shaikh 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 wa

Re: SMTP_SSL error in python 2.3

2016-07-28 Thread Chris Angelico
On Thu, Jul 28, 2016 at 10:14 PM, Mushirahmed Shaikh 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. >

SMTP_SSL error in python 2.3

2016-07-28 Thread Mushirahmed Shaikh
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. Thanking You, Mushirahmed -- https://mail.python.org/mailman/listinfo/py