email from windows

Suraj Barkale suraj at barkale.com
Mon Mar 30 13:38:37 EDT 2009


prakash jp <prakash.stack <at> gmail.com> writes:
> Hi all,
>  
> In windows environment, how to send email from one gmail address to another
gmail (or another mail) addrress
>  
>  
Gmail requires SSL smtp support which is missing in Python stdlib. However, you
can look at this example (http://www.example-code.com/python/gmail_smtp_465.asp)
which uses a module called chilkat to do the work.

Regards,
Suraj




More information about the Python-list mailing list