how to send embed images in email using php and html

后端 未结 2 655
梦如初夏
梦如初夏 2021-01-28 18:02

i know this question is asked several time and it is basic question but i searched last three days but i am still unable to send images in email.please help how can i embed imag

2条回答
  •  清酒与你
    2021-01-28 19:02

    The reason you can't see your images in email is most email readers stript them out since they can be used for verifying valid email addresses which is a common tactic used by spammers. Your code screams tracking which only proves the point.

    There is no way around this as the image filtering is done by the email clients and cannot be controlled by any code you write.

提交回复
热议问题