From 5ab4fd1e2ca72c373999993f4f39c2b709a8f4d8 Mon Sep 17 00:00:00 2001 From: florianthiercelin Date: Tue, 21 Oct 2025 15:04:50 +0200 Subject: [PATCH 1/3] feat(webhosting): add procedure to verify domain on Yahoo - int-add-yahoo-outgoing --- .../how-to/yahoo-domain-verification.mdx | 27 +++++++++++++++++++ pages/webhosting/menu.ts | 13 ++++----- 2 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 pages/webhosting/how-to/yahoo-domain-verification.mdx diff --git a/pages/webhosting/how-to/yahoo-domain-verification.mdx b/pages/webhosting/how-to/yahoo-domain-verification.mdx new file mode 100644 index 0000000000..046e37d119 --- /dev/null +++ b/pages/webhosting/how-to/yahoo-domain-verification.mdx @@ -0,0 +1,27 @@ +--- +title: Procedure for sending emails to Yahoo mailboxes +description: Learn how to retrieve and configure the Yahoo verification token (DNS TXT record) required for sending outgoing emails to Yahoo mailboxes. +tags: email, dns, webhosting, yahoo +validation: 2025-10-21 +posted: 2025-10-20 +--- + +# Procedure for sending emails to Yahoo mailboxes from your email inbox + +Yahoo now enforces stricter security and authentication standards for senders. + +To ensure that your emails are successfully delivered, you must register your sending domain with Yahoo Sender Portal. + +You must log in with a Yahoo account (or create one) on the website https://senders.yahooinc.com/ and add the sender domain there. + +A code will be generated that looks like this (provided as an example, do not use it, of course): + + + Here is an example of a code: yahoo-verification-key=SknBkUiLwZ+qWdbCMOrp6FwRiV4bMZXXXXXXXXXXX + + +You will then receive the code to enter in your DNS settings. + +You can refer to other documentation on how to add DNS to your domain/web hosting. + +Activation may take up to 24 hours, and you can track the progress here: https://senders.yahooinc.com/feature-management/account-overview/#domains \ No newline at end of file diff --git a/pages/webhosting/menu.ts b/pages/webhosting/menu.ts index dd83f6d68c..6ced9d8c45 100644 --- a/pages/webhosting/menu.ts +++ b/pages/webhosting/menu.ts @@ -67,10 +67,13 @@ export const webHostingMenu = { slug: 'terminate-webhosting', }, { - label: - 'Migrate an Online.net/Dedibox web hosting plan to Scaleway', + label: 'Migrate an Online.net/Dedibox web hosting plan to Scaleway', slug: 'migrate-webhosting-plan', }, + { + label: 'How to verify my domain to send emails to Yahoo mailboxes', + slug: 'yahoo-domain-verification' + }, ], label: 'How to', slug: 'how-to', @@ -96,8 +99,7 @@ export const webHostingMenu = { slug: 'php-version-overview', }, { - label: - 'Web Hosting Classic migration - Technical information', + label: 'Web Hosting Classic migration - Technical information', slug: 'classic-hosting-migration-information', }, { @@ -105,8 +107,7 @@ export const webHostingMenu = { slug: 'understanding-differences-cpanel-plesk', }, { - label: - 'Understanding security measures on a shared hosting', + label: 'Understanding security measures on a shared hosting', slug: 'shared-hosting-best-practices', }, ], From df896cf9bfe20bcac109594c62fc3133b59cbbf5 Mon Sep 17 00:00:00 2001 From: florianthiercelin Date: Tue, 21 Oct 2025 15:17:45 +0200 Subject: [PATCH 2/3] feat(webhosting): add procedure to verify domain on Yahoo - int-add-yahoo-outgoing --- pages/webhosting/how-to/yahoo-domain-verification.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/webhosting/how-to/yahoo-domain-verification.mdx b/pages/webhosting/how-to/yahoo-domain-verification.mdx index 046e37d119..b56b2601e3 100644 --- a/pages/webhosting/how-to/yahoo-domain-verification.mdx +++ b/pages/webhosting/how-to/yahoo-domain-verification.mdx @@ -12,12 +12,12 @@ Yahoo now enforces stricter security and authentication standards for senders. To ensure that your emails are successfully delivered, you must register your sending domain with Yahoo Sender Portal. -You must log in with a Yahoo account (or create one) on the website https://senders.yahooinc.com/ and add the sender domain there. +You must log in with a Yahoo account (or create one) on the website https://senders.yahooinc.com/ and add the domain there. A code will be generated that looks like this (provided as an example, do not use it, of course): - Here is an example of a code: yahoo-verification-key=SknBkUiLwZ+qWdbCMOrp6FwRiV4bMZXXXXXXXXXXX + **Here is an example of a code:** yahoo-verification-key=SknBkUiLwZ+qWdbCMOrp6FwRiV4bMZXXXXXXXXXXX You will then receive the code to enter in your DNS settings. From f1c4927df06ab8a375b1060fe9b1d0d75406a7b6 Mon Sep 17 00:00:00 2001 From: florianthiercelin Date: Wed, 22 Oct 2025 11:06:03 +0200 Subject: [PATCH 3/3] feat(webhosting): add procedure to verify domain on Yahoo - int-add-yahoo-outgoing --- .../how-to/yahoo-domain-verification.mdx | 14 ++++++++------ pages/webhosting/menu.ts | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/pages/webhosting/how-to/yahoo-domain-verification.mdx b/pages/webhosting/how-to/yahoo-domain-verification.mdx index b56b2601e3..0d44b3ca7d 100644 --- a/pages/webhosting/how-to/yahoo-domain-verification.mdx +++ b/pages/webhosting/how-to/yahoo-domain-verification.mdx @@ -1,27 +1,29 @@ --- -title: Procedure for sending emails to Yahoo mailboxes +title: How to sending emails to Yahoo mailboxes description: Learn how to retrieve and configure the Yahoo verification token (DNS TXT record) required for sending outgoing emails to Yahoo mailboxes. tags: email, dns, webhosting, yahoo validation: 2025-10-21 posted: 2025-10-20 --- -# Procedure for sending emails to Yahoo mailboxes from your email inbox - Yahoo now enforces stricter security and authentication standards for senders. To ensure that your emails are successfully delivered, you must register your sending domain with Yahoo Sender Portal. You must log in with a Yahoo account (or create one) on the website https://senders.yahooinc.com/ and add the domain there. -A code will be generated that looks like this (provided as an example, do not use it, of course): +A code will be generated that looks like this (provided as an example, do not use it): - **Here is an example of a code:** yahoo-verification-key=SknBkUiLwZ+qWdbCMOrp6FwRiV4bMZXXXXXXXXXXX + **Here is an example of a code:** ```yahoo-verification-key=SknBkUiLwZ+qWdbCMOrp6FwRiV4bMZXXXXXXXXXXX``` You will then receive the code to enter in your DNS settings. You can refer to other documentation on how to add DNS to your domain/web hosting. -Activation may take up to 24 hours, and you can track the progress here: https://senders.yahooinc.com/feature-management/account-overview/#domains \ No newline at end of file +If you have any doubts about the DNS settings, please open a ticket and send us the code. + + + Activation may take up to 24 hours, and you can track the progress here: https://senders.yahooinc.com/feature-management/account-overview/#domains + \ No newline at end of file diff --git a/pages/webhosting/menu.ts b/pages/webhosting/menu.ts index 6ced9d8c45..c35df3b447 100644 --- a/pages/webhosting/menu.ts +++ b/pages/webhosting/menu.ts @@ -71,7 +71,7 @@ export const webHostingMenu = { slug: 'migrate-webhosting-plan', }, { - label: 'How to verify my domain to send emails to Yahoo mailboxes', + label: 'Domain verification for Yahoo deliverability', slug: 'yahoo-domain-verification' }, ],