Hi,
I have used PHPMailer API to make this work (just like to share it to this thread). Anyway, some tips from Dweeber (in our private message):
Code:
Received: from hostname.domainname.com (li311-99.members.linode.com. [178.79.111.11])
by mx.google.com with ESMTPS id 39si911193wet.123.2012.06.02.19.55.45
(version=TLSv1/SSLv3 cipher=OTHER);
Sat, 02 Jun 2012 19:55:45 -0700 (PDT)
- Make sure that hostname.domainname.com has an A record.
- The rDNS for 178.79.111.11 points to hostname.domainname.com
- All email addresses used by the mail system need to be valid including the From (Envelope Sender), From, Reply-To headers.
- Server generated scripts can generate perfectly formatted and fully RFC compliant email. Keys are including proper
o Date headers
o Valid Message-ID headers
o Proper Envelope Senders