I am not understanding how to do inline images with the PEAR Mail module. I am new to using this PEAR Mail module.
I give the command:
$mime ->
addHTMLImage("/home/thev4173/public_html/images/email_cross.gif");
It offers the image as a file attachment, and not displaying it within
the context of the HTML e-mail:
<IMG SRC="email_cross.gif" WIDTH="15" HEIGHT="20" />
What additional step(s) am I needing to take?
Ron

