Revision history of "Using Python smtplib"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 17:26, 24 May 2008PeterHarding talk contribs 1,352 bytes +1,352 New page: <pre> #!/usr/bin/env python # # $Id: smtp_send.py,v 1.1 2003/11/13 00:39:44 plh Exp $ # #--------------------------------------------------------------------- import smtplib #----------...