reg mail sending without smtp module

Tim Roberts timr at probo.com
Sat May 14 03:15:02 EDT 2005


praba kar <prabapython at yahoo.co.in> wrote:
> 
>In Php we can build a Mail Message by
>Mail_mime class and send this message by
>Mail::Factory's class send Method. Here Php
>doesn't use any smtp modules.

Why do you think so?  I'll bet that it does.

Mail can only go out in a very small number of ways.  On a Unix system, you
can use SMTP, or you can call /usr/sbin/sendmail directly.  On Windows, you
can use SMTP, or you can use MAPI.

There is no "magic" sink into which you can pour e-mail.
-- 
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list