I know that sending emails with SparkPost via the API, I can disable open and click tracking with:
options.open_tracking set to false
options.click_tracking set to false
However, I'm sending with PHPmailer. I can't have my email links be converted to gibberish. I need the actual links, not the SparkPost converted links. From what I understand, this will be achieved by not tracking opens and clicks with SparkPost email.
Thanks in advance