21 lines
782 B
XML
21 lines
782 B
XML
|
<clientConfig version="1.1">
|
||
|
<emailProvider id="csprung.de">
|
||
|
<domain>csprung.de</domain>
|
||
|
<displayName>csprung.de Mail</displayName>
|
||
|
<incomingServer type="imap">
|
||
|
<hostname>mail.csprung.de</hostname>
|
||
|
<port>993</port>
|
||
|
<socketType>SSL</socketType>
|
||
|
<authentication>password-cleartext</authentication>
|
||
|
<username>%EMAILADDRESS%</username>
|
||
|
</incomingServer>
|
||
|
<outgoingServer type="smtp">
|
||
|
<hostname>mail.csprung.de</hostname>
|
||
|
<port>587</port>
|
||
|
<socketType>STARTTLS</socketType>
|
||
|
<authentication>password-cleartext</authentication>
|
||
|
<username>%EMAILADDRESS%</username>
|
||
|
</outgoingServer>
|
||
|
</emailProvider>
|
||
|
</clientConfig>
|