To use Google Mail (Gmail) with our nameservers, please do the follow steps:
1. Login to the hosting control panel and Locate the MX records for your domain under DNS Manager.
2. Delete all existing MX Type Records.
3. Create CNAME record:
    Type: CNAME
   Name: mail
    Value: ghs.googlehosted.com
    TTL: 3600
3. Setup below MX Records with different priorities:
 
    Type: MX
   Name: @ or blank
    Value: smtp.google.com
    TTL: 3600
    Priority: 1
 
 
 
4. Add SPF record
    Type: TXT
    Name: @ or blank
    Value: v=spf1 include:_spf.google.com ~all
    TTL: 3600
 
Article ID: 303, Created: December 9, 2012 at 10:11 PM, Modified: September 12 at 9:44 PM