- Impact
- 18
I have a php script that sends an HTML email (using mail()) and for some reason the images don't show up. I have used standard HTML code:
but for some reason it won't show up. The message just shows the "alt" text as normal text.
Is there something I have to do to show the images, a header perhaps?
Thanks
Tom
HTML:
<img src="this.gif" alt="Some alt text" />
but for some reason it won't show up. The message just shows the "alt" text as normal text.
Is there something I have to do to show the images, a header perhaps?
Thanks
Tom






