How can I force email programs to show images send in html email using php?

后端 未结 7 1598
我寻月下人不归
我寻月下人不归 2020-12-10 15:22

I am sending an html email with php and it includes an image. Some email programs, such as gMail have a \'display images\' button. The user has to click on that in order for

7条回答
  •  死守一世寂寞
    2020-12-10 15:35

    You can, but unfortunatley Trident, which is the IE rendering engine doesn't support it (surprise, surprise), but it is technically possible to include images in the html itself - see http://en.wikipedia.org/wiki/Data_URI_scheme

提交回复
热议问题