SparkPost / elixir-sparkpost

SparkPost client library for Elixir https://developers.sparkpost.com
Apache License 2.0
44 stars 13 forks source link

Add support in Address structure for BCC and CC #46

Open Sam23D opened 6 years ago

ewandennis commented 6 years ago

@Sam23D Did you have an idea of how this would work?

It's an interesting one since the SparkPost API itself doesn't have separate support for CC andBCC`. It's really just a convention where:

If we added CC and BCC fields to Address, we'd presumably then use those steps to transform the request which before sending it on the wire?