Hello,
I've got a problem with redirection in Cygwin.
Here is a script that doesn't work under bash or ash :
Begin
telnet mail 25 << EOT
MAIL FROM:
RCPT TO:
DATA
Subject: Test sending mail with telnet
Just a test
Olivier
.
quit
EOT
End
It's ok when I write this directly on a shel
Hello,
I've got a problem with redirection in Cygwin.
Here is a script that doesn't work under bash or ash :
Begin
telnet mail 25 << EOT
MAIL FROM:
RCPT TO:
DATA
Subject: Test sending mail with telnet
Just a test
Olivier
.
quit
EOT
End
It's ok when I write this directly on a shel
2 matches
Mail list logo