reg mail sending without smtp module

praba kar prabapython at yahoo.co.in
Thu May 12 00:51:48 EDT 2005


--- Tim Williams <listserver at tdw.net> wrote:
> ----- Original Message ----- 
> From: "John Abel" <jabel at plus.net>
> 
> 
> > 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



More information about the Python-list mailing list