In article <[email protected]>, Dennis Lee Bieber <[email protected]> wrote: >On 23 Aug 2009 06:14:00 -0700, [email protected] (Aahz) declaimed the >following in gmane.comp.python.general: >> >> Slightly expanded: most mail servers accept connections from any other >> mail server for addresses that are hosted by them. The MX address for a >> domain tells you what mail server hosts that address. By connecting >> directly to the MX, your script is essentially acting as a mail server >> itself. > > But is not possible if one's ISP blocks pass-through SMTP >connections.
Correct, but the OP said that zir ISP did not have a mailserver; AFAIK all ISPs that block SMTP have their own mailserver that you can point at instead. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "I support family values -- Addams family values" --www.nancybuttons.com -- http://mail.python.org/mailman/listinfo/python-list
