Commit a8aebced authored by Raymond Hettinger's avatar Raymond Hettinger

Follow official recommendation for domain names in examples.

parent 79cddc56
......@@ -4599,9 +4599,9 @@ for sending mail:
>>> import smtplib
>>> server = smtplib.SMTP('localhost')
>>> server.sendmail('soothsayer@tmp.org', 'jceasar@tmp.org',
"""To: jceasar@tmp.org
From: soothsayer@tmp.org
>>> server.sendmail('soothsayer@example.org', 'jceasar@example.org',
"""To: jceasar@example.org
From: soothsayer@example.org
Beware the Ides of March.
""")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment