Skip to content

Add support for CC and BCC to SmtpSender - #403

Open
mgaffigan wants to merge 1 commit into
OpenIntegrationEngine:mainfrom
mgaffigan:feature/add-bcc
Open

Add support for CC and BCC to SmtpSender#403
mgaffigan wants to merge 1 commit into
OpenIntegrationEngine:mainfrom
mgaffigan:feature/add-bcc

Conversation

@mgaffigan

Copy link
Copy Markdown
Contributor

Adds CC and BCC fields, updates validation logic to require only one of To/CC/BCC to be present.

https://discord.com/channels/943670759891554316/1535435394324111410

imageimage

Test matrix:

  • To fields validate correctly
  • CC / BCC work during message delivery
  • CC / BCC work during test message

Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
@github-actions

Copy link
Copy Markdown

Test Results

675 tests 675 ✅ 2m 18s ⏱️
114 suites 0 💤
114 files 0 ❌

Results for commit d64a104.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@mgaffigan