Hi folks,
For some reason my PHP mail() is sending messages using the IPv6 address instead of IPv4 and it's causing Gmail and Hotmail to junk the messages.
Any ideas as to how I can force it to send it using IPv4?
Cheers,
Robert
PS. This is a bit on the urgent side so any help is greatly appreciated!
- - - Updated - - -
This is what it's giving me:
Received: from [server domain] ([2a02:af8:1:1100::3950])
by mx.google.com with ESMTPS id fs4si1805385wib.9.2013.06.04.08.59.10
for <[my email]>
(version=TLSv1 cipher=RC4-SHA bits=128/128);
Tue, 04 Jun 2013 08:59:10 -0700 (PDT)
Received-SPF: neutral (google.com: 2a02:af8:1:1100::3950 is neither permitted nor denied by best guess record for domain of [email protected][server domain]) client-ip=2a02:af8:1:1100::3950;
Authentication-Results: mx.google.com;
spf=neutral (google.com: 2a02:af8:1:1100::3950 is neither permitted nor denied by best guess record for domain of [email protected][server domain]) [email protected][server domain]
For some reason my PHP mail() is sending messages using the IPv6 address instead of IPv4 and it's causing Gmail and Hotmail to junk the messages.
Any ideas as to how I can force it to send it using IPv4?
Cheers,
Robert
PS. This is a bit on the urgent side so any help is greatly appreciated!
- - - Updated - - -
This is what it's giving me:
Received: from [server domain] ([2a02:af8:1:1100::3950])
by mx.google.com with ESMTPS id fs4si1805385wib.9.2013.06.04.08.59.10
for <[my email]>
(version=TLSv1 cipher=RC4-SHA bits=128/128);
Tue, 04 Jun 2013 08:59:10 -0700 (PDT)
Received-SPF: neutral (google.com: 2a02:af8:1:1100::3950 is neither permitted nor denied by best guess record for domain of [email protected][server domain]) client-ip=2a02:af8:1:1100::3950;
Authentication-Results: mx.google.com;
spf=neutral (google.com: 2a02:af8:1:1100::3950 is neither permitted nor denied by best guess record for domain of [email protected][server domain]) [email protected][server domain]