Implement BIMI checks

This commit is contained in:
nemunaire 2025-10-19 18:11:23 +07:00
commit 74866d210c
6 changed files with 440 additions and 4 deletions

View file

@ -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,
},
{