in reply to Getting Mail::Send to work with Comcast

The ISP/cable provider Comcast blocks port 25 on its SMTP service for customers, requires password authentication and also, it turns out, doesn't like people using server names in the MAIL FROM field of the SMTP handshake.

Any ISP that goes through all that trouble, also has it against the rules to circumvent this process, and will usually terminate your account if get smart

  • Comment on Re: Getting Mail::Send to work with Comcast

Replies are listed 'Best First'.
Re^2: Getting Mail::Send to work with Comcast
by dwm042 (Priest) on Sep 25, 2010 at 01:58 UTC

    That's one way of looking at it, but the python library smtplib works out of the box and seamlessly with Comcast.

    Personally, whether my code is written in python or Perl, I'd rather vote in favor of all my languages Just Working.

    David.

      One thing has nothing to do with the other