Commit 4659916
committed
feat(mailer): support file attachments in sendMail()
Add optional `attachments` array to sendMail(), forwarded to both
Resend (base64-encoded content) and Nodemailer (pass-through).
Needed for emailNotif post-run emails in downstream projects.
Closes #33741 parent c8bd3a0 commit 4659916
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments