- Jan 2, 2006
- 10,455
- 35
- 91
I am beyond confused on how to properly apply SPF records.
My domain name is bought through GoDaddy.
My website hosting is through MadGenius.
My email is all done through GoogleApps.
I send 99% of my emails under my domain name through GoogleApps.
Sometimes I have php/html forms that reside on my MadGenius server send emails under my domain.
I use the PHP "mail" function to send out emails.
http://php.net/manual/en/function.mail.php
What kinds of SPF records to I need to get, from who, and where do I put them?
When I sent an email to myself via the PHP script, in gmail in the From field I see "fuzzybabybunny via madhost419.madgenius.com".
Gmail's FAQ on this stuff:
https://support.google.com/mail/answer/1311182?hl=en&ctx=mail
Per Google,
"I'm a sender and I don't want my recipients to see the "via" link. What can I do?
Gmail checks whether emails are correctly authenticated. If your messages are sent by a bulk mailing vendor or by third-party affiliates, please publish an SPF record that includes the IPs of the vendor or affiliates which send your messages and sign your messages with a DKIM signature that is associated with your domain."
So it appears that MadGenius is considered a third-party mailing vendor and I still need to publish your SPF records and IPs and get DKIM set up? Despite my website being hosted with them?
My domain name is bought through GoDaddy.
My website hosting is through MadGenius.
My email is all done through GoogleApps.
I send 99% of my emails under my domain name through GoogleApps.
Sometimes I have php/html forms that reside on my MadGenius server send emails under my domain.
I use the PHP "mail" function to send out emails.
http://php.net/manual/en/function.mail.php
What kinds of SPF records to I need to get, from who, and where do I put them?
When I sent an email to myself via the PHP script, in gmail in the From field I see "fuzzybabybunny via madhost419.madgenius.com".
Gmail's FAQ on this stuff:
https://support.google.com/mail/answer/1311182?hl=en&ctx=mail
Per Google,
"I'm a sender and I don't want my recipients to see the "via" link. What can I do?
Gmail checks whether emails are correctly authenticated. If your messages are sent by a bulk mailing vendor or by third-party affiliates, please publish an SPF record that includes the IPs of the vendor or affiliates which send your messages and sign your messages with a DKIM signature that is associated with your domain."
So it appears that MadGenius is considered a third-party mailing vendor and I still need to publish your SPF records and IPs and get DKIM set up? Despite my website being hosted with them?
Last edited:
