I'm trying to add linked images to an email. Using Zend_Mail
$body = '<html><head></head>
<body><table width=100% border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=19%><img
src=http://www.something.com/images/image.jpg> </td>
</table></body></html>';
$subject = 'test';
$email = '[EMAIL PROTECTED];
$mail = new Zend_Mail ();
$mail->setFrom ([EMAIL PROTECTED]);
$mail->addTo ($email);
$mail->setSubject ($subject);
$mail->setBodyHtml ($body);
try {
$mail->send();
} catch (Exception $e) {
echo $e;
}
This does not display the image in the email using Thunderbird as the
email client. Can anyone point me in the right direction?
Thanks in advance for the help,
Mike
begin:vcard
fn:Michael Baerwolf
n:Baerwolf;Michael
org:Gcw Solutions LLC
email;internet:[EMAIL PROTECTED]
tel;work:231-233-3981
note;quoted-printable:Broadcast Engineering/IT Specialist=0D=0A=
Web Design and Applications
x-mozilla-html:FALSE
url:http://www.gcwsolutions.com
version:2.1
end:vcard