Fixed faulty email sender address in the initial config and the readme

This commit is contained in:
ChaoticByte 2023-10-11 23:46:11 +02:00
parent b306a33f52
commit 1fe6bacbc2
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ func NewConfig() Config {
PersistentDataFilePath: "data",
Recipients: []Recipient{},
SmtpConfiguration: SmtpSettings{
From: "WID Notifier <from@example.org>",
From: "from@example.org",
User: "from@example.org",
Password: "SiEhAbEnMiChInSgEsIcHtGeFiLmTdAsDüRfEnSiEnIcHt",
ServerHost: "example.org",