Receiving BCC email addresses #455
Replies: 3 comments 5 replies
-
BCC is not a documented parameter (see here), that's why it's not present in StrongGrid's model class for inbound email. But if you could provide the payload that you receive from SendGrid, I'll be happy to model it in StrongGrid. |
Beta Was this translation helpful? Give feedback.
-
I have done some preliminary testing and, as far as I can tell, the data sent by SendGrid does not include a section called "BCC" or something like that. But there's a section called "Envelope" which contains a property called "to" which seems to contain the email address that was BCC'd. This might be the info you are looking for. I'm still curious to take a look at the data sent to you by SendGrid to verify if they provide you with more info than what my testing has revealed. |
Beta Was this translation helpful? Give feedback.
-
@Minisaints are you still interested in researching this situation? Have you looked at the content of the |
Beta Was this translation helpful? Give feedback.
-
Hello,
I've noticed that I am receiving BCC emails but they have no recipients. The "WebHook.InboundEmail" class doesn't provide a field for this either? How can I pickup the email from a BCC?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions