No, I know how to use the smtplib module and I can send email through that. However what I want is a the ability to set up a very simple mail server with python, for some tests that I need to run that just prints out the message to the standard out and disregards the message. The smtpd module seems to provide this ability via the DebuggingServer. According to the documentation that is provided with python the:
class DebuggingServer( localaddr, remoteaddr) Create a new debugging server. Arguments are as per SMTPServer. Messages will be discarded, and printed on stdout. Unfortunately, this does not tell me how to use it. I cannot find any examples on the web. For that matter, I cannot find any other documentation anywhere. Has anyone ever used ether the SMTPServer object or the DebuggingServer object? If so, I would appreciate very much an example use case. Thanks, Chad -----Original Message----- From: Ivan Shevanski [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 2:03 PM To: python-list@python.org Cc: Hughes, Chad O Subject: RE: smtpd module So youre wondering how to send mail in python? I have a lot of examples if you want the smtp module. I don't have anything for anything other than the smtp module. -Ivan _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ -- http://mail.python.org/mailman/listinfo/python-list