When receiving an email via the inbound parse webhook, some of the bcc recipients are dropped from the data that gets posted to the consuming flask application.
flask.request.form_Actual:_ The form contains a reference only to one of the bcc recipients.
_Expected:_ The form contains references to all the bcc recipients.
Email sent: contains references to "bcc1" and "bcc2".
Post received: does not mention "bcc1" anywhere in the text.
Thanks @c-w!
We have added this to our backlog for review.
Hi @thinkingserious. Did you manage take a look at this report yet? Were you able to repro the issue? Do you need any more clarification?
It would be great if you could get around to investigating this: not being able to reliably receive BCCed emails seems like a pretty big hole in the inbound parse webhook and means that I'll likely have to go with a different EaaS vendor in the long term.
Hello @c-w,
Not yet, but I've added @saicoder's vote to help push this up our queue.
I am a bit confused. I believe that this is expected behavior of a Blind Carbon Copy (BCC) - the other recipients, as well as the BCC recipients, should not be able to see each other. The sender of the email actually generates completely separate emails for each BCC recipient, so that there is no crossover.
If you would like to have people copied on the emails and be able to see them, CC or multiple TOs should be used.
Please let me know if I am missing something!!