I'm trying to send HTML mail, with PHPMailer, with images.
The body is loaded from a html file, that contains all the info.
When sending the mail, the image does not appear in the body, although I even send the …
I would like to get the SRC attribute into a variable in this example:
<img border="0" src="/images/image.jpg" alt="Image" width="100" height="100" />
So for example - I would like to get a variable $foo = "/images/image.…
How can I embed a .png file into a blank "file.html" so that when you open that file in any browser you see that image? In this scenario the image file is not linked to from the HTML but …