summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornornholdj <nornholdj@gmail.com>2015-04-14 19:52:07 -0400
committernornholdj <nornholdj@gmail.com>2015-04-14 19:52:07 -0400
commit24f27cd62ec0955261d23520bdaab2e5f86c6e44 (patch)
treef93f5938af7dc128e31c17c495f64f20bc91294d
parentff0e8f5f4bfe69d330e2e5a86b3caa0a7ccb55c0 (diff)
downloadphp-sparkpost-24f27cd62ec0955261d23520bdaab2e5f86c6e44.zip
php-sparkpost-24f27cd62ec0955261d23520bdaab2e5f86c6e44.tar.gz
php-sparkpost-24f27cd62ec0955261d23520bdaab2e5f86c6e44.tar.bz2
Removed defaults for engagement tracking so that template settings could be applied when using the SDK
-rw-r--r--lib/SparkPost/Transmission.php4
1 files changed, 0 insertions, 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
);