Skip to content
Snippets Groups Projects
Commit 2e588ab3 authored by psy's avatar psy
Browse files

add email autoconfig

parent 92061484
No related branches found
No related tags found
No related merge requests found
Pipeline #5667 failed
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="cccv">
<domain>cccv.de</domain>
<displayName>cccv.de</displayName>
<displayShortName>cccv</displayShortName>
<incomingServer type="imap">
<hostname>imap.cccv.de</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.cccv.de</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</outgoingServer>
<documentation url="https://docs.cccv.de/#mail">
<descr lang="de">Dokumentation</descr>
<descr lang="en">Documentation</descr>
</documentation>
</emailProvider>
</clientConfig>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment