Explicitly add smtp protocol
This commit is contained in:
parent
1608428cdb
commit
afe1484b0d
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ in
|
|||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
PROTOCOL = "smtp";
|
||||
SMTP_ADDR = "80.151.91.109";
|
||||
SMTP_PORT = 25;
|
||||
FROM = "noreply@ptspaper.de";
|
||||
|
|
Loading…
Reference in a new issue