Skip to content

docs(smtp): document multi-recipient, cc and bcc fields#245

Merged
maximelb merged 1 commit into
masterfrom
docs/smtp-cc-bcc
May 29, 2026
Merged

docs(smtp): document multi-recipient, cc and bcc fields#245
maximelb merged 1 commit into
masterfrom
docs/smtp-cc-bcc

Conversation

@maximelb
Copy link
Copy Markdown
Contributor

@maximelb maximelb commented May 28, 2026

Summary

Documents the new SMTP output recipient capabilities:

  • dest_email now accepts a comma-separated list (and display names).
  • New optional cc_email and bcc_email fields.
  • A multi-recipient example.
  • A note that To:/Cc: recipients are visible to each other while Bcc is not, and that malformed addresses fail validation at save time.

🤖 Generated with Claude Code

dest_email now accepts a comma-separated list; document the new optional
cc_email and bcc_email fields, add a multi-recipient example, and note
that To/Cc recipients are visible to each other while Bcc is not.

Backend support: refractionPOINT/legion_endpoint-go#1241

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@maximelb maximelb requested a review from steveatlc May 29, 2026 00:09
@maximelb maximelb added the to-code-review Used to tag PRs that are force-pushed and will need to be reviewed after the fact. label May 29, 2026
@maximelb maximelb marked this pull request as ready for review May 29, 2026 00:09
@maximelb maximelb merged commit 2a92b16 into master May 29, 2026
2 checks passed
@maximelb maximelb deleted the docs/smtp-cc-bcc branch May 29, 2026 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

to-code-review Used to tag PRs that are force-pushed and will need to be reviewed after the fact.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant