diff --git a/README.md b/README.md index 287c969..ca05210 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Example: } ], "smtp": { - "from": "WID Notifier \u003cfrom@example.org\u003e", + "from": "from@example.org", "host": "example.org", "port": 587, "user": "from@example.org", diff --git a/datastore.go b/datastore.go index 8f9c888..243b631 100644 --- a/datastore.go +++ b/datastore.go @@ -26,7 +26,7 @@ func NewConfig() Config { PersistentDataFilePath: "data", Recipients: []Recipient{}, SmtpConfiguration: SmtpSettings{ - From: "WID Notifier ", + From: "from@example.org", User: "from@example.org", Password: "SiEhAbEnMiChInSgEsIcHtGeFiLmTdAsDüRfEnSiEnIcHt", ServerHost: "example.org",