Re: [plug] smtp script

2002-07-23 Thread Rowel Atienza
Do you have java in your machine? If yes, you can do it in java: //Save everything below in a file MyMail.java import java.net.*; import java.io.*; public class MyMail{ public static void main(String[] args){ if(args.length!=3){ System.out.println("Usage: java MyMail sender receiver s

RE: [plug] smtp script

2002-07-23 Thread francisv
Or try _expect_ -Original Message- From: Jimmy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 3:52 PM To: [EMAIL PROTECTED] Subject: Re: [plug] smtp script On Mon, 22 Jul 2002 22:30:39 -0700 (PDT) Ina Patricia Lopez <[EMAIL PROTECTED]> wrote: > hi! >im trying

Re: [plug] smtp script

2002-07-23 Thread Jimmy
On Mon, 22 Jul 2002 22:30:39 -0700 (PDT) Ina Patricia Lopez <[EMAIL PROTECTED]> wrote: > hi! >im trying to make this short script work but getting this error. > > g6N47RDx029560: [10.14.6.27] did not issue MAIL/EXPN/VRFY/ETRN during > connection to MTA > > > #!/bin/bash > telnet 10.7.0.22

Re: [plug] smtp script

2002-07-23 Thread Orlando Andico
On Tue, 23 Jul 2002, Onie Camara wrote: .. > >im trying to make this short script work but getting this error. > > > > g6N47RDx029560: [10.14.6.27] did not issue MAIL/EXPN/VRFY/ETRN during > > connection to MTA > > > > > > #!/bin/bash > > telnet 10.7.0.225 25 < > helo yahoo.com > > mail fr

Re: [plug] smtp script

2002-07-22 Thread Onie Camara
Original Message - From: "Ina Patricia Lopez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 12:30 AM Subject: [plug] smtp script > hi! >im trying to make this short script work but getting this error. > > g6N47RDx02956

[plug] smtp script

2002-07-22 Thread Ina Patricia Lopez
hi! im trying to make this short script work but getting this error. g6N47RDx029560: [10.14.6.27] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA #!/bin/bash telnet 10.7.0.225 25