[utils/ClientConfig.xml] Fichier de conf pour enregistrer l'adresse mail Cr@ns sur Thunderbird.
This commit is contained in:
parent
fe9e097259
commit
99b284101f
1 changed files with 23 additions and 0 deletions
23
utils/ClientConfig.xml
Normal file
23
utils/ClientConfig.xml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<clientConfig version="1.0">
|
||||||
|
<emailProvider id="crans.org">
|
||||||
|
<domain>crans.org</domain>
|
||||||
|
<domain>crans.eu</domain>
|
||||||
|
<domain>crans.fr</domain>
|
||||||
|
<displayName>Cr@ns Mail</displayName>
|
||||||
|
<displayShortName>Cr@ns</displayShortName>
|
||||||
|
<incomingServer type="imap">
|
||||||
|
<hostname>imap.crans.org</hostname>
|
||||||
|
<port>993</port>
|
||||||
|
<socketType>SSL</socketType>
|
||||||
|
<username>%EMAILLOCALPART%</username>
|
||||||
|
<authentication>plain</authentication>
|
||||||
|
</incomingServer>
|
||||||
|
<outgoingServer type="smtp">
|
||||||
|
<hostname>smtp.crans.org</hostname>
|
||||||
|
<port>465</port>
|
||||||
|
<socketType>SSL</socketType>
|
||||||
|
<username>%EMAILLOCALPART%</username>
|
||||||
|
<authentication>plain</authentication>
|
||||||
|
</outgoingServer>
|
||||||
|
</emailProvider>
|
||||||
|
</clientConfig>
|
Loading…
Add table
Add a link
Reference in a new issue