Application sending response with email

From: Howard E. Arnold (arnoldh@celerent.com)
Date: Wed May 22 2002 - 11:56:06 EDT


I have an application that writes text files as confirmation letters and I
would like to write a script to send them out.

I was planning on using the following:

telnet mail.myisp.com 25 <<_EOF_
EHLO me.atmydomain.com
MAIL FROM: <user@atmydomain.com>
RCPT To: <user@anotheruser.com>
DATA
quit
_EOF_

What I don't know is how to input the text file into this message. I have
tried to redirect it using DATA < file.txt, but that didn't work. Should or
could something like this work.

Thanks,

Howard Arnold
Consultant Engineer
Email: arnoldh@celerent.com
Phone: (603)685-6060 ext 206



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:48:42 EDT