Sendgrid-python: Inbound parse webhook does not pass all bcc addresses in post data

Created on 29 Oct 2016  路  4Comments  路  Source: sendgrid/sendgrid-python

Issue Summary

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.

Steps to Reproduce

  1. Set up a flask application to receive posted emails via the inbound parse webhook on some domain.
  2. Send an email that lists in the bcc field two addresses on the domain.
  3. Inspect 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.

Example data

Email sent: contains references to "bcc1" and "bcc2".

Post received: does not mention "bcc1" anywhere in the text.

Technical details:

  • sendgrid-python Version: 3.4.0
  • Python Version: 3.5
help wanted bug

All 4 comments

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!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hanhaa picture hanhaa  路  4Comments

thinkingserious picture thinkingserious  路  5Comments

inputjoker picture inputjoker  路  4Comments

andriisoldatenko picture andriisoldatenko  路  4Comments

iamgollum picture iamgollum  路  4Comments