From 24f27cd62ec0955261d23520bdaab2e5f86c6e44 Mon Sep 17 00:00:00 2001 From: nornholdj Date: Tue, 14 Apr 2015 19:52:07 -0400 Subject: [PATCH] Removed defaults for engagement tracking so that template settings could be applied when using the SDK --- lib/SparkPost/Transmission.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/SparkPost/Transmission.php b/lib/SparkPost/Transmission.php index c083825..dcc3fe1 100644 --- a/lib/SparkPost/Transmission.php +++ b/lib/SparkPost/Transmission.php @@ -49,10 +49,6 @@ class Transmission { 'text'=>null, 'email_rfc822'=>null ), - 'options'=>array( - 'open_tracking'=>true, - 'click_tracking'=>true - ), 'use_draft_template'=>false );