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 image also as an attachment.
HTML <img>
tag points to the same place as the place.
PHP:
$mail->AddAttachment('img/2u_cs_mini.jpg');
How can I make the html point to the attachment so the image can be loaded in the body.
Looking at the example that comes with PHPMailer I do not notice any difference, and in their case the image does appear.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…