diff options
author | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-06-20 12:51:11 -0400 |
---|---|---|
committer | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-06-20 12:51:11 -0400 |
commit | 1187a2ccc7209b2fc4deded9e61c5124698df795 (patch) | |
tree | 025473f3c29dea39763207ceddd26c4a407763fc /examples/transmission/send_with_bcc.php | |
parent | 0942bed79ca5e8162213405ea16350ae855d9546 (diff) | |
parent | 87552cc2766f4ea8c8a2d6ff6c70dd74faecb687 (diff) | |
download | php-sparkpost-1187a2ccc7209b2fc4deded9e61c5124698df795.zip php-sparkpost-1187a2ccc7209b2fc4deded9e61c5124698df795.tar.gz php-sparkpost-1187a2ccc7209b2fc4deded9e61c5124698df795.tar.bz2 |
merged in 2.x
Diffstat (limited to 'examples/transmission/send_with_bcc.php')
-rw-r--r-- | examples/transmission/send_with_bcc.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/transmission/send_with_bcc.php b/examples/transmission/send_with_bcc.php index ce67862..7479c4a 100644 --- a/examples/transmission/send_with_bcc.php +++ b/examples/transmission/send_with_bcc.php @@ -36,8 +36,8 @@ try { 'email' => 'original.recipient@example.com', ], 'substitution_data' => [ - 'recipient_type' => 'Original' - ] + 'recipient_type' => 'Original', + ], ], [ 'address' => [ @@ -45,8 +45,8 @@ try { 'header_to' => '"Original Recipient" <original.recipient@example.com>', ], 'substitution_data' => [ - 'recipient_type' => 'BCC' - ] + 'recipient_type' => 'BCC', + ], ], ], ]); |