I have a dedicated server, I am trying to send an email with php function mail(), mails reach account such as gmail or yahoo.. but I think that hotmail reject all emails from my server...
I am trying to add a TXT record with:
HOST ¦ TXT
------------
@ ¦v=spf1 mx ~all
mail ¦v=spf1 a -all
But hotmail doesn't accept emails.. (And i don't know why..)
what should I do?
thanks!