How to create a free email account with custom domain?
In this article, you will learn how to create a free email with a custom domain. I've shown how to configure Yandex with your DNS.
Daniel Gustaw
• 1 min read
Yandex: The Last Free Custom Email Provider
After both Google and Microsoft restricted custom email creation to paid plans, Yandex Mail has become one of the few remaining providers that offers free custom email options.
First, go to https://mail.yandex.com/ and create a new Yandex account to serve as your organization-wide admin account.
You can choose to verify your account with a phone number or a security question.
Log in to your new account at https://mail.yandex.com/ then go to https://connect.yandex.com/portal/services/webmaster.
Adding a new domain
Choose the DNS option and add a TXT record in your domain provider’s DNS settings to verify your domain.
It should look similar to this example.
AdCreating User Accounts and Custom Email Prefixes
To create a new email account, go to https://connect.yandex.com/portal/admin/users/
Then click Все сотрудники (All employees), and add a new user by selecting “Add” and choosing “Add a person.” You can also set up mailing lists by “Creating a department” and adding people to it.
Congratulations! You’ve just set up a custom email for free!
If you want to create another email under the same domain later, you can do so, but only from the admin account [email protected] that you created initially, as it remains the sole admin account for your organization.
If you know about other great Yandex features, share them in the comments :)
Other articles
You can find interesting also.
Compilation of PHP 7 interpreter in BunsenLabs
Compilation is a process that sometimes requires installing packages or linking dependencies. In this case, the task was to deliver php7 to a system that did not have it in the available repositories.
Daniel Gustaw
• 8 min read
Maximum Inequality [Linear Search] rust and typescript
Simple hackeartch task solved in node js and rust. You con compare these two languages on example of this problem. I recommend to solve it independently before reading solutions.
Daniel Gustaw
• 6 min read
Selected syntax in JavaScript ES2020, ES2021 and ES2022
Nullish coalescing, Optional chaining, Proxies, Private fields, allSettled, BigInt, Dynamic Import, replaceAll, Numeric Separators, matchAll, Logical Assignment, Top level await
Daniel Gustaw
• 19 min read