insert image in mail body

后端 未结 4 1373
没有蜡笔的小新
没有蜡笔的小新 2020-12-10 03:39

How to insert image in mail body when user click on send button. I am using php mail

4条回答
  •  离开以前
    2020-12-10 04:07

    If you are actually asking: How to attach and insert inline images in a html email? you can use this for guidance :) https://www.quora.com/What-is-meant-by-inline-images-in-HTML

    In that example, pay extra attention to how the src attribute of the img tag is filled (the "cid" is actually the id given as "Content-ID:" for the image attachment header).

    Hope this helps, all the best...

提交回复
热议问题