diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-17 23:12:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-17 23:12:04 +0300 |
| commit | 204c0c88104ce130bdeabfd73c735b7ef33e2f57 (patch) | |
| tree | 3ff643babafedee47d40fbe6645fe2ab93d32799 /notify.go | |
| parent | 6b5ed019b50fdec4ab91922708390cb12c9a814e (diff) | |
only send one report
Diffstat (limited to 'notify.go')
| -rw-r--r-- | notify.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import ( ) func notify(config config, subject, body string) error { - log.Println("emailNotify", subject, body) + log.Println("notify", subject, body) headers := make(map[string]string) headers["From"] = config.EmailFrom |
