Dear All,
      Normally we can send mail using
telnet in linux. In the following way
[~user]telnet Ipaddress 25
mail from: [EMAIL PROTECTED]
250 o.k(response of from commandline)
rcpt to: [EMAIL PROTECTED]
250 o.k(response of from commandline)
data
354 go ahead(response of from commandline)
Hello world(message to send)
.
250 ok 1120805818 qp 1463

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.

regards
prabahar



        

        
                
__________________________________________________________
Free antispam, antivirus and 1GB to save all your messages
Only in Yahoo! Mail: http://in.mail.yahoo.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to