Jump to content
Larry Ullman's Book Forums

Attachment Not Showing In Email Using Mail()


Recommended Posts

Hello:

Newbie here...I am trying to send a simple email with an image...I do receive the email with all the proper styling and HTML in place but the email does not show the picture. I am using a host(WEBHOSTINGHUB) and PEAR 1.9.5 is installed BUT DO NOT WANT TO USE PEAR AS IT LOOKS A LITTLE CONFUSING. I tried pasting the code here but it won't let me. Is there a shortcut to accomplish this? in the $body of my html I have <img src="http://www.savingenergy.tsbwebdesign.com/pilgrims.png" width="160" height="160" alt="Pic of Pilgrim" />

 

Thank-you

 

Tom

 

 

 

 

Link to comment
Share on other sites

Sending reliable HTML email is a very difficult task. I'd never do it without using some library, although it doesn't have to be Pear. Also, in this case, you can't rule out that your mail client is just blocking on downloading and loading the image. 

Link to comment
Share on other sites

 Share

×
×
  • Create New...