Implement BIMI checks
This commit is contained in:
parent
35ff54b2e1
commit
c1211a8ce1
7 changed files with 441 additions and 5 deletions
|
|
@ -47,7 +47,7 @@
|
|||
<div class="col-md-6">
|
||||
<ul class="list-unstyled mb-0">
|
||||
<li class="mb-2">
|
||||
<i class="bi bi-check2 text-success me-2"></i> SPF, DKIM, DMARC
|
||||
<i class="bi bi-check2 text-success me-2"></i> SPF, DKIM, DMARC, BIMI
|
||||
</li>
|
||||
<li class="mb-2">
|
||||
<i class="bi bi-check2 text-success me-2"></i> DNS Records
|
||||
|
|
|
|||
|
|
@ -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