PHP Classes

no images

Recommend this page to a friend!

      eMail  >  All threads  >  no images  >  (Un) Subscribe thread alerts  
Subject:no images
Summary:i tried it, and it works great, except for the images
Messages:2
Author:chris
Date:2006-02-05 06:29:42
Update:2010-07-22 00:36:55
 

 


  1. no images   Reply   Report abuse  
Picture of chris chris - 2006-02-05 06:29:42
hey.

i was looking for a really easy html emailer and this one is easy... except that i couldnt get any images to show with it. if anyone is going to read this, can you suggest a simple html emailer.?

to get to the point here... i am looking to track "open rates" by imbedding an image inside an email.

thanks, chris

  2. Re: no images   Reply   Report abuse  
Picture of Terrye Hoffman Terrye Hoffman - 2010-07-22 00:36:55 - In reply to message 1 from chris
I really like how easy this is to use - but there is one bug that I haven't fixed yet in the source class.

This works:

$mail->html("<h1 style= \"font-family:Arial; font-style:normal; font-weight:normal; font-size: medium; \">My first <b>HTML-Mail</b></h1>
<img src=\" http://www.pstsdev.com/images/Humpback_Whale.jpg\" width=\"500\" height=\"375\" />
<p style= \"font-family:Arial; font-style:normal; font-weight:normal; \">Text here.</p>");

Notice that you have to put two spaces between the = and the \". There is probably an easy fix for this in the class_mail.php file...