(12-30-2015, 07:27 PM)monsurvey12 Wrote: Hi,
How can I make my server deliver to inbox of other email service like hotmail, gmail, yahoo, instead of going to spam folder.
I use the Dkim, and the SPF and they are working properly but still my email server can't deliver to inbox.
Anyone can help , it will make a big difference for me.
I have a solution for you that I also use.
In your DNS create new record:
Code:
v=spf1 a mx ip4:your_server_ip ~all
Example:
Code:
v=spf1 a mx ip4:123.456.789.654 ~all
In some DNS services you can add "" on this per example:
Code:
"v=spf1 a mx ip4:your_server_ip ~all"