Implement BIMI checks
This commit is contained in:
parent
35ff54b2e1
commit
74866d210c
6 changed files with 440 additions and 4 deletions
|
|
@ -26,13 +26,19 @@
|
|||
icon: "bi-shield-check",
|
||||
title: "Authentication",
|
||||
description:
|
||||
"SPF, DKIM, and DMARC validation with detailed results and recommendations.",
|
||||
"SPF, DKIM, DMARC, and BIMI validation with detailed results and recommendations.",
|
||||
variant: "primary" as const,
|
||||
},
|
||||
{
|
||||
icon: "bi-patch-check",
|
||||
title: "BIMI Support",
|
||||
description: "Brand Indicators for Message Identification - verify your brand logo configuration.",
|
||||
variant: "info" as const,
|
||||
},
|
||||
{
|
||||
icon: "bi-globe",
|
||||
title: "DNS Records",
|
||||
description: "Verify MX, SPF, DKIM, and DMARC records are properly configured.",
|
||||
description: "Verify MX, SPF, DKIM, DMARC, and BIMI records are properly configured.",
|
||||
variant: "success" as const,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue