Question

Context:

I've recently had my host set up reverse DNS (and PTR) to prevent my PHP generated emails from being interpreted as spam.

My questions:

  1. Is there a specific PHP mail header that I should be using for the reverse DNS to take effect?
  2. Is reverse DNS dependent on DKIM and SPF being enabled?
Was it helpful?

Solution

  1. No. Reverse DNS has nothing to do with mail headers, and everything to do with the IP address that sends the messages.

  2. No. But having those set up will help you too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top