Search Results

Search: Posts Made By: sivakumar121
14,954
Posted By sivakumar121
Really the code would be like this - ...
Really the code would be like this -


while IFS= read -r line
do
cat $SCRIPTDIR/mailtype1html.sh | sendmail -t "$line"
done <"$file"
14,954
Posted By sivakumar121
Ok. Actually my recipient list is huge...
Ok.

Actually my recipient list is huge (that is passed in as a variable) and also HTML, I wanted to keep it in a seperate file - so thought of using it that way.

If I use CAT, I don't need to...
14,954
Posted By sivakumar121
Email with jpg picture embedded - inline
Hi -

The below code works perfectly for e-mailing HTML embeded with JPG picture


sendmail -t <<EOT
TO: ABC.TO@abc.com
FROM: ABC.FROM@abc.com
SUBJECT: Embed image test
MIME-Version: 1.0...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy