----- 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 ?

:)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to