summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authorGravatar grunfink2025-04-27 03:11:57 +0000
committerGravatar grunfink2025-04-27 03:11:57 +0000
commit169c5c8c070c527e7462e6ac86b916e94649c1ac (patch)
treef1ce03b950a278a1985526cb58dc4e879c3ab046 /data.c
parentUpdated RELEASE_NOTES. (diff)
parentdefault to `smtp://localhost` (diff)
downloadpenes-snac2-169c5c8c070c527e7462e6ac86b916e94649c1ac.tar.gz
penes-snac2-169c5c8c070c527e7462e6ac86b916e94649c1ac.tar.xz
penes-snac2-169c5c8c070c527e7462e6ac86b916e94649c1ac.zip
Merge pull request 'do email notifications with CURL' (#283) from shtrophic/snac2:curl-smtp into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/283
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 0d1bbc6..7d33f77 100644
--- a/data.c
+++ b/data.c
@@ -3357,7 +3357,7 @@ void enqueue_output_by_actor(snac *snac, const xs_dict *msg,
3357} 3357}
3358 3358
3359 3359
3360void enqueue_email(const xs_str *msg, int retries) 3360void enqueue_email(const xs_dict *msg, int retries)
3361/* enqueues an email message to be sent */ 3361/* enqueues an email message to be sent */
3362{ 3362{
3363 xs *qmsg = _new_qmsg("email", msg, retries); 3363 xs *qmsg = _new_qmsg("email", msg, retries);