arithmetric / aws-lambda-ses-forwarder

Serverless email forwarding using AWS Lambda and SES
MIT License
1.7k stars 450 forks source link

How do I specify a BCC address? #125

Closed garychapman closed 3 years ago

garychapman commented 3 years ago

I want to BCC each email that gets forwarded.

The docs for sendRawEmail describe the Destinations param as:

A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

How can I differentiate between To, CC and BCC addresses when this param is merely an array of strings?