praba kar <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to