Comments on: Multiple SPF Records Do’s and Don’ts https://mailtrap.io/blog/multiple-spf-records/ Modern email delivery for developers and product teams Wed, 18 Jun 2025 16:51:51 +0000 hourly 1 By: Javi https://mailtrap.io/blog/multiple-spf-records/#comment-1472 Sat, 10 Oct 2020 19:03:22 +0000 https://blog.mailtrap.io/?p=2059#comment-1472 Thank you that was a very helpful, well written article

]]>
By: Altosaxophony https://mailtrap.io/blog/multiple-spf-records/#comment-1406 Thu, 13 Aug 2020 14:34:09 +0000 https://blog.mailtrap.io/?p=2059#comment-1406 Your SPF-split method will not work. You have to split them like this:

domain.com. TXT “v=spf1 include:spf1.domain.com include:spf2.domain.com -all”
spf1.domain.com. TXT “v=spf1 a mx -all”
spf2.domain.com. TXT “v=spf1 ip4:111.222.333.444/32 -all”

]]>