Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 5, 20168 yr 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):
May 5, 20168 yr 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...
May 5, 20168 yr 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 ),
Archived
This topic is now archived and is closed to further replies.