Update Readme file

This commit is contained in:
gridnev 2020-02-19 12:09:32 +03:00 committed by alexey11996
parent 2e4cd9ff47
commit e1c198a571

View File

@ -56,3 +56,16 @@ Yahoo uses the following pattern[*](https://help.yahoo.com/kb/SLN16026.html):
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.
## 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
Mail.ru service uses following aliases:
* `janedoe+alias@mail.ru` will be redirected to `janedoe@mail.ru`
* `janeDoe@MAIL.RU` will be redirected to `janedoe@mail.ru`
## Icloud.com
Icloud.com service uses following aliases:
* `janedoe+alias@icloud.com` will be redirected to `janedoe@icloud.com`
* `janeDoe@ICLOUD.COM` will be redirected to `janedoe@icloud.com`