teraßyte Posted May 5, 2016 Posted May 5, 2016 As per title, sparkpost by default converts/tracks any links in the emails you send out unless you specifically disable it in the API request. But there is no setting in the suite to disable it and thus we are all forced to track links even if we don't want to. Bug report made on this issue (yeah, it is an issue and not feedback imo):
Grant_B Posted May 5, 2016 Posted May 5, 2016 I second this :-) It looks like it should be very simple to add in as an optional switch to looking at the code and API specs...
Colonel_mortis Posted May 5, 2016 Posted May 5, 2016 I agree, and it's really easy to do - in \IPS\Email\Outgoing\SparkPost::_send, just add another item to the array with 'options' => array ( 'open_tracking' => TRU\IPS\Settings::i()->sparkpostTrackOpens, 'click_tracking' => \IPS\Settings::i()->sparkpostTrackLinks, 'transactional' => figureOutIfTransactional() // I think this one is coming in 4.1.12 ),
Recommended Posts
Archived
This topic is now archived and is closed to further replies.