Quote:
|
Originally Posted by NeverMind
if the images are not attachments and are hosted in a website, simply use HTML to send the email with images inside it (with <img> tag)
|
This was the first thing I attempted. When I sent the email with the img tags I wouldn't receive an email. However, when I comment the img tags out the email goes through.
Something within the img tag is keeping it from sending the email.
See the below reformatted code.