---
"@context": https://schema.org
"@type": TechArticle
"@id": https://www.twilio.com/docs/sendgrid/concepts/inbox-provider-insights/yahoo#article
headline: Yahoo email authentication and reputation
description: Authentication requirements that Yahoo and Yahoo-served email services use.
url: https://www.twilio.com/docs/sendgrid/concepts/inbox-provider-insights/yahoo
inLanguage: en
dateModified: 2026-07-17T03:36:59.000Z
author:
  "@type": Organization
  name: Twilio Developer Education Team
publisher:
  "@type": Organization
  name: Twilio
---

# Yahoo email authentication and reputation

Yahoo provides different email plans for personal and business use.

Yahoo allows users to register `yahoo.com` accounts. It previously allowed other domains like `ymail.com`. Yahoo also maintains the email infrastructure for the following domains:

* `aol.com`
* `att.net`
* `comcast.net`
* `verizon.net`

> \[!NOTE]
>
> Yahoo defers mail at higher rates than other inbox providers. They more often defer mail that differs from established patterns. Senders should take care when introducing sending elements to their email program and warm additional IP addresses.

## Authentication support

Yahoo checks a sender's domain DNS `TXT` records for a Sender Policy Framework (SPF) list, DomainKeys Identified Mail (DKIM) signature, and a Domain-based Message Authentication, Reporting, and Conformance (DMARC) policy. It requires SPF and DKIM at any volume of messages and requires DMARC for a daily volume of more than 5,000 messages.

| Authentication method | Necessity                                     |
| --------------------- | --------------------------------------------- |
| SPF                   | Required                                      |
| DKIM                  | Required                                      |
| DMARC                 | Required for more than 5,000 messages per day |

## Blocklisting

For blocklisting decisions, Yahoo uses [Spamhaus][].

## Feedback loop

Yahoo bases its feedback loop (FBL) on the DKIM signature. To allow the FBL to report back, Twilio double DKIM signs each message to Yahoo domains.

[Spamhaus]: /docs/sendgrid/concepts/deliverability/blocklist-provider-insights#spamhaus
