diff options
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', + ], ], ], ]); |