Ive set up SPF Records for my Domain using this guide. For my text record I used:
From here. Heres my config from django for the email backend:
When I send a message via django, I get NEUTRAL for my SPF records:
How can I get my SPF record to pass? asked 02 Jan '17, 12:44 invert |
The SPF record is correct. This SPF tester shows that 74.55.86.74 is permitted to send messages for support@cohouse.com. If you have made the change recently, you may be facing a DNS caching issue. Please, allow for some time until Google refreshes their DNS cache and test again. If you continue to experience the problem, please post a support ticket, and we will look into this further. answered 02 Jan '17, 14:10 dimitari |