Search Results

Search: Posts Made By: sreenathkg
9,495
Posted By jayan_jay
Try this.. echo "To: <mail-id's>" >>...
Try this..

echo "To: <mail-id's>" >> output_file
echo "Subject: <subject content>" >> output_file
echo "Mime-Version: 1.0" >> output_file
echo 'Content-Type: multipart/mixed;...
22,496
Posted By jayan_jay
try this.. outputFile="/tmp/out.html" ...
try this..


outputFile="/tmp/out.html"
attachFile="/tmp/attach.html"
(
echo "From: abc@abc.com"
echo "To: abc@abc.com"
echo "Subject: Test"
echo "Mime-Version: 1.0"
echo 'Content-Type:...
Showing results 1 to 2 of 2

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