Thank you for the quick response. The fixed version still has the same issue, though.
I was able to edit line 112:
$admin_email = get_option('bft_sender');
to
$admin_email = "[email protected]";
and the notification email began working again. Also, I reconfirmed that everything is/was working fine with the notifications in 2.2.6.
Thanks again for the assistance.