diff options
| author | 2025-04-27 03:11:57 +0000 | |
|---|---|---|
| committer | 2025-04-27 03:11:57 +0000 | |
| commit | 169c5c8c070c527e7462e6ac86b916e94649c1ac (patch) | |
| tree | f1ce03b950a278a1985526cb58dc4e879c3ab046 /data.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| parent | default to `smtp://localhost` (diff) | |
| download | penes-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3357,7 +3357,7 @@ void enqueue_output_by_actor(snac *snac, const xs_dict *msg, | |||
| 3357 | } | 3357 | } |
| 3358 | 3358 | ||
| 3359 | 3359 | ||
| 3360 | void enqueue_email(const xs_str *msg, int retries) | 3360 | void 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); |