Files
2022-05-07 19:34:14 +02:00

30 lines
1.1 KiB
XML

<?xml version="1.0"?>
<clientConfig version="1.1">
<emailProvider id="nazwahosta">
<domain>%EMAILDOMAIN%</domain>
<displayName>%EMAILDOMAIN%</displayName>
<displayShortName>%EMAILDOMAIN%</displayShortName>
<incomingServer type="imap">
<hostname>nazwahosta</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>nazwahosta</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>nazwahosta</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
</emailProvider>
</clientConfig>