capecodheaven 0 Posted December 5, 2014 Report Share Posted December 5, 2014 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 Quote Link to post Share on other sites
Larry 429 Posted December 6, 2014 Report Share Posted December 6, 2014 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. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.