Remove $ from mail

This commit is contained in:
hodasemi 2025-06-13 09:40:06 +02:00
parent 0027951cf7
commit 1608428cdb

View file

@ -61,8 +61,8 @@ in
ENABLED = true; ENABLED = true;
SMTP_ADDR = "80.151.91.109"; SMTP_ADDR = "80.151.91.109";
SMTP_PORT = 25; SMTP_PORT = 25;
FROM = "noreply@$ptspaper.de"; FROM = "noreply@ptspaper.de";
USER = "noreply@$ptspaper.de"; USER = "noreply@ptspaper.de";
}; };
}; };
dump = { dump = {