mailserver: fix smtp description

This commit is contained in:
ibizaman 2026-04-14 23:36:41 +02:00
parent 640e00abb6
commit 98a21af9b6

View file

@ -458,7 +458,7 @@ in
<outgoingServer type="smtp">
<hostname>${cfg.subdomain}.${cfg.domain}</hostname>
<port>465</port>
<socketType>STARTTLS</socketType>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>