mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Added Vodafone Hungary
This commit is contained in:
parent
1748669708
commit
e78aaa9e7c
1 changed files with 12 additions and 0 deletions
|
@ -1550,4 +1550,16 @@
|
||||||
port="465"
|
port="465"
|
||||||
starttls="false" />
|
starttls="false" />
|
||||||
</provider>
|
</provider>
|
||||||
|
<provider
|
||||||
|
name="Vodafone Hungary"
|
||||||
|
domain="vodafone\\.hu">
|
||||||
|
<imap
|
||||||
|
host="mail.vodamail.hu"
|
||||||
|
port="993"
|
||||||
|
starttls="false" />
|
||||||
|
<smtp
|
||||||
|
host="mail.vodamail.hu"
|
||||||
|
port="587"
|
||||||
|
starttls="true" />
|
||||||
|
</provider>
|
||||||
</providers>
|
</providers>
|
||||||
|
|
Loading…
Reference in a new issue