mirror of https://github.com/M66B/FairEmail.git
Added provider Namirial
This commit is contained in:
parent
32eb7c96f4
commit
0794f275f9
|
@ -2277,4 +2277,18 @@
|
||||||
port="587"
|
port="587"
|
||||||
starttls="true" />
|
starttls="true" />
|
||||||
</provider>
|
</provider>
|
||||||
|
<provider
|
||||||
|
name="Namirial"
|
||||||
|
documentation="Potrebbe essere necessaria una password per l'applicazione, vedere <a href='https://servicedesk.namirial.com/hc/it/articles/4406869586065-Come-si-configura-in-un-client-di-posta#h_01HBDFX24AVGQ4Z9K9DFAAD3VC'>qui</a>."
|
||||||
|
link="https://servicedesk.namirial.com/hc/it/articles/4406869586065-Come-si-configura-in-un-client-di-posta#h_01FJBS1SXG8J110SFVJ03ENQAB"
|
||||||
|
mx=".*sicurezzapostale\\.it">
|
||||||
|
<imap
|
||||||
|
host="imaps.sicurezzapostale.it"
|
||||||
|
port="993"
|
||||||
|
starttls="false" />
|
||||||
|
<smtp
|
||||||
|
host="smtps.sicurezzapostale.it"
|
||||||
|
port="465"
|
||||||
|
starttls="false" />
|
||||||
|
</provider>
|
||||||
</providers>
|
</providers>
|
||||||
|
|
Loading…
Reference in New Issue