feat(email): EmailContent supports htmlMessage alternative #30
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/support!30
Loading…
Reference in a new issue
No description provided.
Delete branch "SUPP-MEDH-156-email-html-message"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
EmailContentgains a trailing-defaulthtmlMessage: Option[String] = None. When set,CommonsEmailNotificationServicebuilds anHtmlEmail(multipart text+html alternative) instead of a plainMultiPartEmail; text-only callers are unchanged.HtmlEmailvsMultiPartEmailbranch selection.Test plan
./mill __.test(pre-push hook) — all 1692 tests passed locally🤖 Generated with Claude Code