SMTP server w/o using Twisted framework
_spitFIRE
timid.Gentoo at gmail.com
Thu Jul 5 15:40:45 EDT 2007
On Jul 5, 2:21 pm, Jean-Paul Calderone <exar... at divmod.com> wrote:
> You need to do a DNS MX lookup. There's nothing in the Python stdlib
> which provides this functionality. There are several libraries available
> which do this, though (Twisted among them ;). You can probably find them
> with a little googling. Beyond that, the rules for processing MX records
> are simple and it's not much work to pick the right host once you can do
> the MX lookups.
>
> Jean-Paul
Thanks for the pointer. However, as I said currently, I can't use
anything other than the standard libraries.
More information about the Python-list
mailing list