How to embed images in email

后端 未结 6 1595
感情败类
感情败类 2020-11-22 11:57

I need to embed an image in e-mail. How do I do it?

I do not want to use third party tool, nor am I interested in language specific answer (but it is PHP, in case yo

6条回答
  •  迷失自我
    2020-11-22 12:44

    Generally I handle this by setting up an HTML formatted SMTP message, with IMG tags pointing to a content server. Just make sure you have both text and HTML versions since some email clients cannot support HTML emails.

提交回复
热议问题