Added provider Mail.ru

This commit is contained in:
M66B 2019-09-07 09:32:37 +02:00
parent 5a4b68e4f3
commit afaab7c91f
1 changed files with 12 additions and 0 deletions

View File

@ -294,4 +294,16 @@
port="465"
starttls="false" />
</provider>
<provider
name="Mail.ru"
link="https://help.mail.ru/mail-help/mailer/popsmtp">
<imap
host="imap.mail.ru"
port="993"
starttls="false" />
<smtp
host="smtp.mail.ru"
port="465"
starttls="false" />
</provider>
</providers>