5 / 10
Lookups
1
Issue
259
IPv4 addresses
0
IPv6 addresses
The 'ptr' mechanism shouldn't be used because it's slow, resource intensive, and not very reliable.
v=spf1 include:_spf.mailersend.net ip4:91.235.252.2 include:ovh.net -all
Copied
Terms
include:
_spf.mailersend.net
Evaluate this SPF record and
pass
if it
passes.
This include does nothing if the included record returns fail, soft fail, or neutral.
MailerSend
Email automation
or else
ip4:
91.235.252.2 / 32
pass
if the sender's IP is between
91.235.252.2 and 91.235.252.2 (inclusive).
91.235.252.2 and 91.235.252.2 (inclusive).
NVVI Internet Marketing
AS198509
or else
include:
ovh.net
Evaluate this SPF record and
pass
if it
passes.
This include does nothing if the included record returns fail, soft fail, or neutral.
or else
-all
fail
the email's SPF check.
Included records
v=spf1 include:_spf.mailersend.net ip4:91.235.252.2 include:ovh.net -all
1 x ip4 ~all
include:mx.ovh.com ?all
ptr:mail-out.ovh.net ptr:mail.ovh.net 2 x ip4 ?all
The 'ptr' mechanism shouldn't be used because it's slow, resource intensive, and not very reliable