kou commented on PR #48624: URL: https://github.com/apache/arrow/pull/48624#issuecomment-3731885595
I didn't know `email.headerregistry.Address`. Thanks. I've changed to use it. I reconstructed `EmailReport` API. Now, we always need to define subclass of `EmailReport` to generate headers in `EmailReport`. I confirmed `archery ci report` manually: ```console $ archery ci report-email --dry-run --sender-email [email protected] --sender-name Arrow --recipient-email [email protected] 20867714288 MIME-Version: 1.0 Message-Id: <176802522672.3361134.1173117024017522311@coolian> Date: Fri, 09 Jan 2026 22:42:43 -0000 From: Arrow <[email protected]> To: [email protected] Subject: [2026-01-09] Arrow Build Report for Job R Extra: 0 failed Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Arrow Build Report for R Extra Workflow URL: https://github.com/apache/arrow/actions/runs/20867714288 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
