diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-08-28 20:22:21 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-08-28 20:22:21 +0100 |
commit | 9075971696cae25228779e9deb9dba113b3d1b43 (patch) | |
tree | 57fc964986570483f624269f31ac6476e8c9749b /comments/src/templates/notification.txt | |
parent | 570d9a2503cfd06303c96f40253f80d8cee84766 (diff) | |
download | mfashby.net-9075971696cae25228779e9deb9dba113b3d1b43.tar.gz mfashby.net-9075971696cae25228779e9deb9dba113b3d1b43.tar.bz2 mfashby.net-9075971696cae25228779e9deb9dba113b3d1b43.tar.xz mfashby.net-9075971696cae25228779e9deb9dba113b3d1b43.zip |
Switch to zig package manager instead of using submodules
Add smtp library
Send a notification on comment.
Diffstat (limited to 'comments/src/templates/notification.txt')
-rw-r--r-- | comments/src/templates/notification.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comments/src/templates/notification.txt b/comments/src/templates/notification.txt index ba85056..3824f52 100644 --- a/comments/src/templates/notification.txt +++ b/comments/src/templates/notification.txt @@ -1,3 +1,7 @@ +subject: New comment on {{ url }} +from: comments@mfashby.net +to: martin@mfashby.net + New comment on {{ url }}: Author: {{ author }} |