How to embed images in html email

前端 未结 6 975
感动是毒
感动是毒 2020-11-27 03:18

I\'m trying to implement a code to send HTML email with embedded image.

I already tried for simple HTML email with image but this image is taken from server.

6条回答
  •  星月不相逢
    2020-11-27 03:42

    PHPMailer has the ability to automatically embed images from your HTML email. You have to give full path in the file system, when writing your HTML:

    my photo
    

    It will automaticaly convert to:

    my photo
    

提交回复
热议问题