mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-23 22:06:07 +03:00
Update Readme file
This commit is contained in:
parent
2e4cd9ff47
commit
e1c198a571
15
README.md
15
README.md
@ -55,4 +55,17 @@ 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.
|
||||
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`
|
Loading…
Reference in New Issue
Block a user