Fixed faulty email sender address in the initial config and the readme
This commit is contained in:
parent
b306a33f52
commit
1fe6bacbc2
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ Example:
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"smtp": {
|
"smtp": {
|
||||||
"from": "WID Notifier \u003cfrom@example.org\u003e",
|
"from": "from@example.org",
|
||||||
"host": "example.org",
|
"host": "example.org",
|
||||||
"port": 587,
|
"port": 587,
|
||||||
"user": "from@example.org",
|
"user": "from@example.org",
|
||||||
|
|
|
@ -26,7 +26,7 @@ func NewConfig() Config {
|
||||||
PersistentDataFilePath: "data",
|
PersistentDataFilePath: "data",
|
||||||
Recipients: []Recipient{},
|
Recipients: []Recipient{},
|
||||||
SmtpConfiguration: SmtpSettings{
|
SmtpConfiguration: SmtpSettings{
|
||||||
From: "WID Notifier <from@example.org>",
|
From: "from@example.org",
|
||||||
User: "from@example.org",
|
User: "from@example.org",
|
||||||
Password: "SiEhAbEnMiChInSgEsIcHtGeFiLmTdAsDüRfEnSiEnIcHt",
|
Password: "SiEhAbEnMiChInSgEsIcHtGeFiLmTdAsDüRfEnSiEnIcHt",
|
||||||
ServerHost: "example.org",
|
ServerHost: "example.org",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue