Add per-email sender name for compliance page emails

When an email has a sender name set (the organization name), the
mailer composes the From header as "OrgName via Probo" instead of
the default global sender name. This gives compliance page
recipients clearer context about which organization is contacting
them.

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-03-22 10:56:51 +01:00
parent 3bb27fe8f1
commit 2f8edfb6be
9 changed files with 72 additions and 14 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE emails ADD COLUMN sender_name text;