Difference between revisions of "Mini SMTP Server"

From Noah.org
Jump to navigationJump to search
(New page: Category:Engineering Category:Python Category:Free_Software This demonstrates a mini SMTP server. Click here to download: [http://www.noah.org/downloadsvn.php?src=file:///home...)
 
 
Line 2: Line 2:
 
[[Category:Python]]
 
[[Category:Python]]
 
[[Category:Free_Software]]
 
[[Category:Free_Software]]
 +
[[Category:Mail]]
 
This demonstrates a mini SMTP server.
 
This demonstrates a mini SMTP server.
  
 
Click here to download: [http://www.noah.org/downloadsvn.php?src=file:///home/svn/src/python/minismtpd.py minismtpd.py]
 
Click here to download: [http://www.noah.org/downloadsvn.php?src=file:///home/svn/src/python/minismtpd.py minismtpd.py]
 
<include svncat src="file:///home/svn/src/python/minismtpd.py" highlight="python" />
 
<include svncat src="file:///home/svn/src/python/minismtpd.py" highlight="python" />

Latest revision as of 13:43, 1 October 2008

This demonstrates a mini SMTP server.

Click here to download: minismtpd.py <include svncat src="file:///home/svn/src/python/minismtpd.py" highlight="python" />