26 lines
768 B
XML
26 lines
768 B
XML
<?xml version="1.0"?>
|
|
<clientConfig version="1.1">
|
|
<emailProvider id="nani.wtf">
|
|
<domain>nani.wtf</domain>
|
|
|
|
<displayName>nani.wtf</displayName>
|
|
|
|
<incomingServer type="imap">
|
|
<hostname>imap.nani.wtf</hostname>
|
|
<port>993</port>
|
|
<socketType>SSL</socketType>
|
|
<username>%EMAILADDRESS%</username>
|
|
<authentication>password-cleartext</authentication>
|
|
</incomingServer>
|
|
|
|
<outgoingServer type="smtp">
|
|
<hostname>smtp.nani.wtf</hostname>
|
|
<port>587</port>
|
|
<socketType>STARTTLS</socketType>
|
|
<username>%EMAILADDRESS%</username>
|
|
<authentication>password-cleartext</authentication>
|
|
<useGlobalPreferredServer>true</useGlobalPreferredServer>
|
|
</outgoingServer>
|
|
</emailProvider>
|
|
</clientConfig>
|