What headers are required in a email ?
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?
-
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 -
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.
Comments
2 comments