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