Revision control

Copy as Markdown

Other Tools

<clientConfig version="1.1">
<emailProvider id="example.com">
<domain>example.com</domain>
<displayName>example.com</displayName>
<displayShortName>example.com</displayShortName>
<incomingServer type="pop3">
<hostname>pop.example.com</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>plain</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.example.com</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<username>%EMAILADDRESS%</username>
<authentication>plain</authentication>
</outgoingServer>
</emailProvider>
</clientConfig>