Complete mail header

后端 未结 6 1905
闹比i
闹比i 2020-11-27 15:14

I need a set of mail headers to attach to my mail() function in PHP. I send emails with HTML in them, and sometimes services like Yahoo Mail block them. Therefo

6条回答
  •  抹茶落季
    2020-11-27 15:38

    When defining if a sender is a possible spammer, many services check if the domain of the sender looks like a dialup user.

    Quote from Wikipedia:

    One e-mail anti-spam technique: checking the domain names in the rDNS to see if they are likely from dialup users, dynamically assigned addresses, or other inexpensive internet services. Owners of such IP addresses typically assign them generic rDNS names such as "1-2-3-4-dynamic-ip.example.com." Since the vast majority, but by no means all, of e-mail that originates from these computers is spam, many spam filters refuse e-mail with such rDNS names.

提交回复
热议问题