Hello,

I tried the command :
mnc host 25
HELO
MAIL FROM:[EMAIL PROTECTED]
RCPT TO:[EMAIL PROTECTED]
DATA
blabla
.
QUIT

And it worked fine ! And now I would to make a script with these commands...
I wrote that script but it doesn't work...

#!/bin/ash
mnc 192.168.100.4 25
HELO
MAIL FROM:[EMAIL PROTECTED]
RCPT TO:[EMAIL PROTECTED]
DATA
blabla

.
QUIT


Thank you for your help...

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to