Jump to content

PHPmailer AddEmbeddedImage attaches image and but does not embed


Dumps

Recommended Posts

I've used AddEmbeddedImage as detailed in the PHPmailer documentation to embed an image in an email:

...$mail->IsHTML(true);	
$mail->AddEmbeddedImage("images/$picciename", "my", "PropertyID_$propid", "base64", "image/jpeg");
$mail->Subject = "Property details for property $propid";

$mail->Body = "Embedded Image: <img src=\"cid:my\" >";...

 

The email is sent successfully but the image is attached rather than embedded in the body of the email which is my objective.

 

Can anyone help?

  • 2 years later...
  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.