Skip to main content

What headers are required in a email ?

Comments

2 comments

  • quietFinn
    Hello, i am sending email from my php script through mail() function. But it goes to spam. What headers are required to make the email authenticated and clean?

    Headers don't make your emails "authenticated and clean", I suggest you check SPF and DKIM records 1st.
    0
  • cPRex Jurassic Moderator
    What @quietFinn said is correct - you can't fix the issue of mails going to spam by adjusting headers. I always recommend that people configure any email scripts to authenticate to the server so they can send the message from a real user.
    0

Please sign in to leave a comment.