PHP Attaching an image to an email

前端 未结 6 803
滥情空心
滥情空心 2020-11-28 13:26

Is there a way to attach an image to an html formatted email message created in PHP?

We need to ensure that a corporate logo is on emails sent to clients who may not

6条回答
  •  感情败类
    2020-11-28 13:57

    It's probably easiest to use some library that can deal with email attachments. For example, PEAR's Mail_Mime.

提交回复
热议问题