UPDATE
I commented line 404 in the plugin.php
if ($newsletter->feed_skip) {
// $this->log(‘Skipping’, 3);
// continue;
}
And the mail was sent but just with the header not the whole mail.
If I uncomment the line again, the test does not work at all.