I could not connect with gmail smtp server in Vista 32( worked ok in
XP 32). Both vista and xp have same anti-virus software.
>>> smtplib.SMTP("smtp.gmail.com",587)
Traceback (most recent call last):
File "", line 1, in
smtplib.SMTP("smtp.gmail.com",587)
File "C:\Program Files\Python2
On Sat, 11 Sep 2010 04:09:20 am goodh...@gmail.com wrote:
> I could not connect with gmail smtp server in Vista 32( worked ok
> in XP 32). Both vista and xp have same anti-virus software.
>
> >>> smtplib.SMTP("smtp.gmail.com",587)
>
> Traceback (most recent call last):
>File "", line 1, in
>
smtp_ssl does not work for python 2.5.
can not even connect. not mention about starttls.
On 2010/9/10 19:39, Evert Rol wrote:
Do things work when you use SSL or TLS (through SMTP_SSL or using starttls,
respectively)? Perhaps Vista is more strict in checking for this when
connecting through a
> I could not connect with gmail smtp server in Vista 32( worked ok in XP 32).
> Both vista and xp have same anti-virus software.
>
smtplib.SMTP("smtp.gmail.com",587)
>
> Traceback (most recent call last):
> File "", line 1, in
>smtplib.SMTP("smtp.gmail.com",587)
> File "C:\Program F
I could not connect with gmail smtp server in Vista 32( worked ok in
XP 32). Both vista and xp have same anti-virus software.
smtplib.SMTP("smtp.gmail.com",587)
Traceback (most recent call last):
File "", line 1, in
smtplib.SMTP("smtp.gmail.com",587)
File "C:\Program Files\Python25\