Remove $ from mail
This commit is contained in:
parent
0027951cf7
commit
1608428cdb
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue