My legacy theme always defaults to “Track clicks and message opening” being set to “Yes”. Even if I set the plugin’s Advanced setting for “Tracking default” to “No”.
The problem is in the file newsletter/emails/emails.php
Line 936:
$email[‘track’] = 1;
This should be:
$email[‘track’] = Newsletter::instance()->options[‘track’];