blob: 56b1fa92bf3ab025e37399fdb5fee4bdb1b98b79 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="comcast.net">
<domain>comcast.net</domain>
<displayName>Comcast</displayName>
<displayShortName>Comcast</displayShortName>
<incomingServer type="pop3">
<hostname>mail.comcast.net</hostname>
<port>110</port>
<socketType>STARTTLS</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>secure</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.comcast.net</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>secure</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>
|