I stand corrected… the bug didnt have anything to do with the mail function.
On line 131 of the plugin code, there is this
<?
if ( $cnt % 3 == 2 ) echo '</tr>';
}
?>
My server requires php tags to use this <?php ... ?>
It was the only instance of the lack of the “php”. The plugin works fine otherwise, thanks.