mirror of https://github.com/M66B/FairEmail.git
Added Zoho pro
This commit is contained in:
parent
c420023889
commit
98978dc562
|
@ -798,6 +798,19 @@
|
||||||
port="465"
|
port="465"
|
||||||
starttls="false" />
|
starttls="false" />
|
||||||
</provider>
|
</provider>
|
||||||
|
<provider
|
||||||
|
name="Zoho pro"
|
||||||
|
documentation="You might need to use <a href="https://help.zoho.com/portal/en/kb/bigin/channels/email/articles/generate-an-app-specific-password">an app password</a>."
|
||||||
|
maxtls="1.2">
|
||||||
|
<imap
|
||||||
|
host="imappro.zoho.com"
|
||||||
|
port="993"
|
||||||
|
starttls="false" />
|
||||||
|
<smtp
|
||||||
|
host="smtppro.zoho.com"
|
||||||
|
port="465"
|
||||||
|
starttls="false" />
|
||||||
|
</provider>
|
||||||
<provider
|
<provider
|
||||||
name="Mail.ru"
|
name="Mail.ru"
|
||||||
domain="mail\\.ru,inbox\\.ru,list\\.ru,bk\\.ru"
|
domain="mail\\.ru,inbox\\.ru,list\\.ru,bk\\.ru"
|
||||||
|
|
Loading…
Reference in New Issue