blob: 5b138e48ce012706202400e11d64241553f563eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="francetelecom.fr">
<domain>wanadoo.fr</domain>
<domain>orange.fr</domain>
<displayName>France Telecom / Orange</displayName>
<displayShortName>Orange</displayShortName>
<incomingServer type="imap">
<hostname>imap.orange.fr</hostname>
<port>143</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.orange.fr</hostname>
<port>25</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>
|