/** This code snippet was taken from freecodesnippets.com*/ import smtplib server = smtplib.SMTP(localhost) server.sendmail(<a href="mailto:name@website.org">name@website.org</a>, anothername@web.org, """To: name@website.org From: anothername@web.org Beware the Ides of March. """) server.quit()
No replies to this topic
#1
Posted 07 March 2010 - 07:18 PM
Python | Network | Email | Send an email | Free Code Snippets
|
|
|
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









