Changeset 391 for python/trunk/Doc/includes/email-mime.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/includes/email-mime.py
r2 r391 27 27 28 28 # Send the email via our own SMTP server. 29 s = smtplib.SMTP( )29 s = smtplib.SMTP('localhost') 30 30 s.sendmail(me, family, msg.as_string()) 31 31 s.quit()
Note:
See TracChangeset
for help on using the changeset viewer.