mailserver: fix smtp description

This commit is contained in:
ibizaman 2026-04-14 23:36:41 +02:00 committed by Pierre Penninckx
parent 640e00abb6
commit ce16f2c1d6

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>