sending mail with php & escaping hotmails junk folder

前端 未结 4 957
攒了一身酷
攒了一身酷 2020-11-30 03:06

I have been trying to get PEAR::mail to successfully deliver emails to hotmail users without being flagged as SPAM and ending up in the junk folder, i have no problems with

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 03:14

    I have always used PHPMailer in my projects, and what I did to avoid Hotmail's junk folder was to call a method they had that added MS Headers to the message.

    Take a look at the source, and add those headers yourself.

    Also, I recommend including a text-version if you're sending HTML e-mail.

提交回复
热议问题