From 52c7aabca14983582acb633c48e1ef39b350f729 Mon Sep 17 00:00:00 2001 From: gridnev Date: Mon, 17 Feb 2020 12:00:02 +0300 Subject: [PATCH] Add info to readme about Yandex.ru and Mail.ru ways to create aliases --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9e40e8..d376251 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,12 @@ Yahoo uses the following pattern[*](https://help.yahoo.com/kb/SLN16026.html): * *keyword* - one from a list of keywords defined by the user. Therefore we do not know what is the real email, so in this case result will be `baseName@yahoo.com`, -which actually does not exist. \ No newline at end of file +which actually does not exist. + +## Yandex.ru +In official [documentation](https://yandex.com/support/mail/web/preferences/about-sender/additional-addresses.html) you can find some use-cases about aliases usage. + +## Mail.ru +There's no official documentation about aliases here, but you can create them with 2 ways: +* `janedoe+alias@mail.ru` will be redirected to `janedoe@mail.ru` +* `janeDoe@MAIL.RU` will be redirected to `janedoe@mail.ru` \ No newline at end of file