File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ var reqOpts = {
1919 {
2020 address : {
2121 email : "bcc.recipient@example.com" ,
22- header_to : '" Original Recipient" <original.recipient@example.com>'
22+ header_to : "' Original Recipient' <original.recipient@example.com>"
2323 } ,
2424 substitution_data : {
2525 recipient_type : "BCC"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ var reqOpts = {
2020 address : {
2121 email : "cc.recipient@example.com" ,
2222 name : "Carbon Copy Recipient" ,
23- header_to : '" Original Recipient" <original.recipient@example.com>'
23+ header_to : "' Original Recipient' <original.recipient@example.com>"
2424 } ,
2525 substitution_data : {
2626 recipient_type : "CC"
@@ -33,7 +33,7 @@ var reqOpts = {
3333 email : "from@example.com"
3434 } ,
3535 headers : {
36- "CC" : '" Carbon Copy Recipient" <cc.recipient@example.com>'
36+ "CC" : "' Carbon Copy Recipient' <cc.recipient@example.com>"
3737 } ,
3838 subject : "Example email using cc" ,
3939 text : "An example email using cc with SparkPost to the {{recipient_type}} recipient." ,
You can’t perform that action at this time.
0 commit comments