Search Results

Search: Posts Made By: srik_ux
10,160
Posted By srik_ux
what should be content type, i tried text/rtf and...
what should be content type, i tried text/rtf and it didn't work
10,160
Posted By srik_ux
script and output
#!/usr/bin/ksh

export MAILTO="xxx@yyy.com"
export CONTENT="1.rtf"
export SUBJECT="Subject"
(
echo "Subject: $SUBJECT"
echo "MIME-Version:1.0"
echo "Content-Type:text/html"
echo...
10,160
Posted By srik_ux
sending rtf as inline body of email
how send an rtf file as inline body of email (not as an attachment)

sendmail/mailx < test.rtf is not working
Showing results 1 to 3 of 3

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