Explicitly add smtp protocol

This commit is contained in:
hodasemi 2025-06-13 09:43:36 +02:00
parent 1608428cdb
commit afe1484b0d

View file

@ -59,6 +59,7 @@ in
};
mailer = {
ENABLED = true;
PROTOCOL = "smtp";
SMTP_ADDR = "80.151.91.109";
SMTP_PORT = 25;
FROM = "noreply@ptspaper.de";