Skip to content

Instantly share code, notes, and snippets.

@arzola
Created May 19, 2014 22:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arzola/0418a9f059a0fa45e425 to your computer and use it in GitHub Desktop.
Save arzola/0418a9f059a0fa45e425 to your computer and use it in GitHub Desktop.
Add Embed Image with PhpMailer
<?php
$mail->AddEmbeddedImage("rocks.png", "my-attach", "rocks.png");
$mail->Body = 'Your <b>HTML</b> with an embedded Image: <img src="cid:my-attach"> Here is an image!';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment