Tuesday, 24 June 2014

Remove fraud detection checks in hotmail and gmail

Remove Be careful! This sender failed our fraud detection checks in hotmail and gmail
--------------------------------------------------------------------------------------------------------------------
Iam using hotmail Apps (or) Google Apps as my email server, But iam sending  mails from Server 192.168.0.2 using PHP Mailer.All the mails sent from 192.168.0.2 are going to SPAM folder (or) Be careful! This sender failed our fraud detection checks message is coming

Step1: Select Remote Mail Exchanger in -->MX Entry Maintenance-->Email Routing

Step2: Add SPF records for PHP Mailer Server and googleapps/hotmail/outlook like below

Add SPF record for hotmail/outlook

Name: websitename.com
TTL:28800
Type:TXT
TXT Data:"v=spf1 ip4:192.168.0.2 include:hotmail.com ~all"

Add SPF record for google apps

Name: websitename.com
TTL:28800
Type:TXT
TXT Data:"v=spf1 ip4:192.168.0.2 include:_spf.google.com ~all"