sendmail - send inline html charts and diagrams via unix -
I am trying to generate some reports and send them through Unix. In this report, PIE-Chart has any idea how to send a chart in the mail body.
I tried the code below in the HTML browser, but when I send an HTML mail, it does not show anything in the mail body.
`MAILTO =" x@a.com "FROM ='x@x.com" CONTENT = "pi.html" SUBJECT = "test" (counterclockwise "counter: $ MAILTO" echo "From: $ FROM" echo "CC: $ CC" echo "topic: $ SUBJECT" echo "MIME-version: 1.0" echo "content-type: text / html" resonance "content-disposition: inline" cat $ CONTENT | / Usr / sbin / sendmail -t` Content of pi.html (I have copied content from URL and pasted in PI)
Please suggest One way to handle it
Comments
Post a Comment