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.
CommentFileSizeAuthor
#2 missing_cc_and_bcc-2714145-2.patch2.95 KBzaporylie

Comments

zaporylie created an issue. See original summary.

zaporylie’s picture

Assigned: zaporylie » Unassigned
StatusFileSize
new2.95 KB

Here'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.

zaporylie’s picture

Status: Active » Needs review
Issue tags: +7.x-1.0 release blocker

  • zaporylie committed 776c765 on 7.x-1.x
    Issue #2714145 by zaporylie: Missing Cc and Bcc support
    
zaporylie’s picture

Status: Needs review » Fixed

Committed and pushed to 7.x-1.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.