From e25a8c9ae70e5a310c1a82be55d0dbf58ba71250 Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Mon, 21 Sep 2026 10:34:13 +0200 Subject: mail: honor smtp_reply_to; mention payroll in agent instructions --- src/mail.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mail.c') diff --git a/src/mail.c b/src/mail.c index 52d429c..ca35f6d 100644 --- a/src/mail.c +++ b/src/mail.c @@ -148,6 +148,7 @@ int mail_send_pdf(sqlite3 *db, int64_t org_id, const struct mail_message *m, sm.password = c.password ? c.password : ""; sm.from = c.from; sm.from_name = c.from_name; + sm.reply_to = c.reply_to && *c.reply_to ? c.reply_to : NULL; sm.to = m->to; sm.subject = m->subject; sm.body = m->body; -- cgit v1.3