Hello,
> I would like to use smtpd module to write very simple smtp server but
> this server must:
>
> 1. accept several connections at the same time( like a forking server)
> 2. have basic authentication that is it must understand AUTH command.
>
> Does anyone know if the s
En Fri, 23 Apr 2010 06:30:42 -0300, Johny escribió:
I would like to use smtpd module to write very simple smtp server but
this server must:
1. accept several connections at the same time( like a forking server)
I think asyncore takes care of that.
2. have basic authentication that is it
I would like to use smtpd module to write very simple smtp server but
this server must:
1. accept several connections at the same time( like a forking server)
2. have basic authentication that is it must understand AUTH command.
Does anyone know if the smtpd module have both?
Thanks
Ba
Stefan Witzel wrote:
> Hello,
>
> the documentation of the smtpd module in the Python Library Reference
> is very short, I think. Are there any examples available? Especially
> I'm interested in the DebuggingServer.
>
> Thanks in advance.
>
> Stefan
Sorry, I
En Wed, 06 Feb 2008 05:36:05 -0200, Stefan Witzel
<[EMAIL PROTECTED]> escribi�:
> the documentation of the smtpd module in the Python Library Reference
> is very short, I think. Are there any examples available? Especially
> I'm interested in the DebuggingServer.
Yes,
Hello,
the documentation of the smtpd module in the Python Library Reference
is very short, I think. Are there any examples available? Especially
I'm interested in the DebuggingServer.
Thanks in advance.
Stefan
--
http://mail.python.org/mailman/listinfo/python-list
d 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:
Already posted this for another thread today, you will b
rver 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:
>
&g
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
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 tod
Title: smtpd module
Does anyone know of any documentation on how to use the smtpd module, either the SMTPServer or the DebuggingServer? I cannot find any usage cases or examples anywhere. I can find examples of using the smtplib module but not the smtpd module.
Thanks,
Chad
--
http
11 matches
Mail list logo