[SOLVED] Embed Images in php mail Hi all,
I'm trying to embed a single image into my php mail function.
Following the code part,when i receive the mail -image is shown as an attachment and not
embedded into the mail.
===========
//im using os commerce mailing functions, Code: $message = new email(array('X-Mailer: osCommerce Mailer'));
$image = $message->get_file("/home/oss/galleria/shoppingcart/htmls/imgEng/Logo.jpg");
$message->add_html_image($image, 'logo');
$message->add_html($email_text, $text);
__________________
- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
|