Skip to content

Commit

Permalink
Update settings for Strato
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed May 10, 2024
1 parent 6b3fc52 commit 78908ef
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ispdb/strato.de.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,31 @@
<hostname>imap.strato.de</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-encrypted</authentication>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop3.strato.de</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-encrypted</authentication>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.strato.de</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-encrypted</authentication>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>smtp.strato.de</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-encrypted</authentication>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<!--
Kundenservice: +49-1805-055055
-->

<documentation url="https://www.strato.de/faq/mail/externes-e-mail-programm-mit-strato-e-mail-adresse-nutzen/"/>
</emailProvider>
</clientConfig>

0 comments on commit 78908ef

Please sign in to comment.