SparkPost implements Cc and Bcc in a very strange way. Right now, module doesn't support neither of them (Cc nor Bcc).
In order to support:
- Cc - we need to add all Cc recipients to recipient list with header_to field for each of them and keep them in customHeaders,
- Bcc - we must add all Bcc recipients to recipient list with header_to field for each of them and remove them from customHeaders.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | missing_cc_and_bcc-2714145-2.patch | 2.95 KB | zaporylie |
Comments
Comment #2
zaporylieHere's a patch.
Issue has been marked as Critical so if there's no complaints it will be committed and tagged with new alpha release tomorrow.
Comment #3
zaporylieComment #5
zaporylieCommitted and pushed to 7.x-1.x