diff options
author | nornholdj <nornholdj@gmail.com> | 2015-04-14 19:52:07 -0400 |
---|---|---|
committer | nornholdj <nornholdj@gmail.com> | 2015-04-14 19:52:07 -0400 |
commit | 24f27cd62ec0955261d23520bdaab2e5f86c6e44 (patch) | |
tree | f93f5938af7dc128e31c17c495f64f20bc91294d | |
parent | ff0e8f5f4bfe69d330e2e5a86b3caa0a7ccb55c0 (diff) | |
download | php-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.php | 4 |
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 ); |