mailhog-client icon indicating copy to clipboard operation
mailhog-client copied to clipboard

feat: add bcc and cc specifications

Open qroques opened this issue 2 years ago • 1 comments

Hi @rpkamp , I recently created my own specification as I had to assert Bcc recipients. This is why I submit this pull request.

I didn't find any contribution guide so let me know if I should adjust it.

qroques avatar Apr 26 '23 15:04 qroques

You can't check for BCC as BCC is not a header, it is sent out as separate emails. If it were in the header it woudn't be a Blind Carbon Copy :slightly_smiling_face:

So 1 recipient + 2 BCC = 3 emails sent, one to each

rpkamp avatar May 16 '23 15:05 rpkamp