mail sending using telnet in python

Max M maxm at mxm.dk
Fri Jul 8 04:35:15 EDT 2005


praba kar wrote:
> Dear All,
>       Normally we can send mail using
> telnet in linux. In the following way

> Is it possible to run same thing same manner
> in python?  If possible kindly help me with
> specimen code.  Actually I gone through
> telnetlib module documentation but I cann't
> get solution for it.

Why not just use the smtp module? It's a tad easier.

-- 

hilsen/regards Max M, Denmark

http://www.mxm.dk/
IT's Mad Science



More information about the Python-list mailing list