diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-20 22:28:36 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-20 22:28:36 +0700 |
| commit | d0969869954c299c04ea58ab0fda1eba6a0350da (patch) | |
| tree | 8d316903a98e384ffb7746819618521eb66683eb /go.mod | |
| parent | bf87c6ad4824c7ed1c990aeff2d2883936c1f20a (diff) | |
| download | lilin-d0969869954c299c04ea58ab0fda1eba6a0350da.tar.xz | |
all: support sending notification to SMTP server (email)
In the main configuration, lilin.cfg, user now can add "notif" section with
kind "smtp" to send notification using user's email.
This require renaming "webhook_url" to "remote_url" to minimize duplicate
field, so different kind of notif can use the same "remote_url" value.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ go 1.24.0 require git.sr.ht/~shulhan/pakakeh.go v0.60.2 require ( + golang.org/x/crypto v0.46.0 // indirect golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect golang.org/x/mod v0.31.0 // indirect golang.org/x/net v0.48.0 // indirect |
