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/smtp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/smtp.h') diff --git a/src/smtp.h b/src/smtp.h index a6c4a34..0c1924a 100644 --- a/src/smtp.h +++ b/src/smtp.h @@ -11,6 +11,7 @@ struct smtp_message { const char *password; const char *from; /* envelope + From address */ const char *from_name; /* display name, may be NULL */ + const char *reply_to; /* Reply-To address, may be NULL */ const char *to; const char *subject; const char *body; /* UTF-8 text body */ -- cgit v1.3