--- Tim Williams <[EMAIL PROTECTED]> wrote:
> ----- Original Message ----- 
> From: "John Abel" <[EMAIL PROTECTED]>
> 
> 
> > praba kar wrote:
> >
> > >Dear All,
> > >
> > >         Is it possible to send a message as a
> mail
> > >with out smtplib module?  If you find out any
> module
> > >for mail sending(without smtplib) kindly mail me.
> > >
> > >regards
> > >Prabahar
> > >
> >
> > socket
> >
> 
> Telnetlib,   though you will effectively have to
> write your own SMTP client
> (ie your own version of smtplib).
> 
> Why don't you want to use smtplib ?
> 
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. Like that
In Python I used email.Message class to
build Mail Message and Now I am searching
modules to send this message as mail.

regards 
Prabahar



________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to