Skip to content

Commit f1c4927

Browse files
feat(webhosting): add procedure to verify domain on Yahoo - int-add-yahoo-outgoing
1 parent df896cf commit f1c4927

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
---
2-
title: Procedure for sending emails to Yahoo mailboxes
2+
title: How to sending emails to Yahoo mailboxes
33
description: Learn how to retrieve and configure the Yahoo verification token (DNS TXT record) required for sending outgoing emails to Yahoo mailboxes.
44
tags: email, dns, webhosting, yahoo
55
validation: 2025-10-21
66
posted: 2025-10-20
77
---
88

9-
# Procedure for sending emails to Yahoo mailboxes from your email inbox
10-
119
Yahoo now enforces stricter security and authentication standards for senders.
1210

1311
To ensure that your emails are successfully delivered, you must register your sending domain with Yahoo Sender Portal.
1412

1513
You must log in with a Yahoo account (or create one) on the website https://senders.yahooinc.com/ and add the domain there.
1614

17-
A code will be generated that looks like this (provided as an example, do not use it, of course):
15+
A code will be generated that looks like this (provided as an example, do not use it):
1816

1917
<Message type="note">
20-
**Here is an example of a code:** yahoo-verification-key=SknBkUiLwZ+qWdbCMOrp6FwRiV4bMZXXXXXXXXXXX
18+
**Here is an example of a code:** ```yahoo-verification-key=SknBkUiLwZ+qWdbCMOrp6FwRiV4bMZXXXXXXXXXXX```
2119
</Message>
2220

2321
You will then receive the code to enter in your DNS settings.
2422

2523
You can refer to other documentation on how to add DNS to your domain/web hosting.
2624

27-
Activation may take up to 24 hours, and you can track the progress here: https://senders.yahooinc.com/feature-management/account-overview/#domains
25+
If you have any doubts about the DNS settings, please open a ticket and send us the code.
26+
27+
<Message type="tip">
28+
Activation may take up to 24 hours, and you can track the progress here: https://senders.yahooinc.com/feature-management/account-overview/#domains
29+
</Message>

pages/webhosting/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const webHostingMenu = {
7171
slug: 'migrate-webhosting-plan',
7272
},
7373
{
74-
label: 'How to verify my domain to send emails to Yahoo mailboxes',
74+
label: 'Domain verification for Yahoo deliverability',
7575
slug: 'yahoo-domain-verification'
7676
},
7777
],

0 commit comments

Comments
 (0)