- Shipped
- August 7, 2026 at 7:51 AM UTC
- Author
- kamo
- Commit
- 0c76321
The template picker in the composer footer is gone. Which template a message wears is not a separate decision from who it is sent as: the member's own primary address signs it as them, a department mailbox signs it as that department with the department's contact details, the organization's contact mailbox signs it as the organization, and another member's mailbox signs it as that member. All that is left to choose is whether to use one at all, which is now a switch in the same corner. Switching it off sends the body exactly as typed. The editor showed a signature in that state while the sent message had none, because a null template fell back to DEFAULT_CONFIG for the preview only; it now renders bare, so what is on screen is what goes out. Also fixes the job title and department never appearing in a composed signature — they hang off TeamMember and arrive as jobTitleOfficial/jobTitleTitle and departmentTitle, not jobTitle and department — and populates the mobile line the userCellPhone toggle already gated.