Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="mixed-passwordless.test">
<domain>mixed-passwordless.test</domain>
<displayName>Example Mixed Passwordless</displayName>
<incomingServer type="imap">
<hostname>test.test</hostname>
<port>993</port>
<socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>OAuth2</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.mixed-passwordless.test</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>GSSAPI</authentication>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>