diff options
author | nornholdj <nornholdj@gmail.com> | 2014-11-03 13:30:26 -0500 |
---|---|---|
committer | nornholdj <nornholdj@gmail.com> | 2014-11-03 13:30:26 -0500 |
commit | e034d061eba2d98e7751ae7153944dd579d8a4df (patch) | |
tree | ee783398f657287c7d0860a41ccd6d9eaa011771 /lib/MessageSystems | |
parent | 68a7e8ec33f205a71107d924e0d244f5edac97a6 (diff) | |
download | php-sparkpost-e034d061eba2d98e7751ae7153944dd579d8a4df.zip php-sparkpost-e034d061eba2d98e7751ae7153944dd579d8a4df.tar.gz php-sparkpost-e034d061eba2d98e7751ae7153944dd579d8a4df.tar.bz2 |
MA-946 #time 2h updated defaults, readme documentation, and fixed
formatting in examples
Diffstat (limited to 'lib/MessageSystems')
-rw-r--r-- | lib/MessageSystems/Transmission.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/MessageSystems/Transmission.php b/lib/MessageSystems/Transmission.php index af8b722..71b54a0 100644 --- a/lib/MessageSystems/Transmission.php +++ b/lib/MessageSystems/Transmission.php @@ -38,9 +38,10 @@ class Transmission { 'email_rfc822'=>null ], 'options'=>[ - 'open_tracking'=>null, - 'click_tracking'=>null - ] + 'open_tracking'=>true, + 'click_tracking'=>true + ], + 'use_draft_template'=>false ]; /** |