Closed GopherJ closed 1 month ago
Hey, sorry that this is a little bit of a paper cut for the API. I'd be willing to add an Email::many
API that accepts a vector of receivers if that would help.
I'm closing this since the work has been done. Feel free to re-open or make a new issue otherwise.
I just noticed that since certain commit,
Personalization
needs to provide at least one email, this isn't convenient.Because in one email we often have multiple receivers, it's normal to build an empty Personalization and then loop through the list of receivers.
However, with the latest change, we need to do:
comparing to: