Revision control

Copy as Markdown

Other Tools

<clientConfig version="1.1">
<emailProvider id="test.test">
<domain>test.test</domain>
<displayName>test.test</displayName>
<displayShortName>test.test</displayShortName>
<incomingServer type="imap">
<hostname>mail.test.test</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>plain</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.test.test</hostname>
<port>465</port>
<socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</outgoingServer>
</emailProvider>
</clientConfig>