email from windows

Alan G Isaac alan.isaac at gmail.com
Sun Mar 29 22:44:30 EDT 2009


> 2009/3/29 prakash jp <prakash.stack at gmail.com>:
>> In windows environment, how to send email from one gmail address to another
>> gmail (or another mail) addrress


On 3/29/2009 10:20 PM Chris Rebert apparently wrote:
> Use the `smtplib` and `email` standard libraries (which, as a bonus,
> are cross-platform):
> http://docs.python.org/library/smtplib.html
> http://docs.python.org/library/email.html


Also see:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/67083

Alan Isaac



More information about the Python-list mailing list