Change the require_once() references in the email body to just require().
Then you may need to update DataBridge to get the latest version of the include files to get rid of the Deprecated messages. You could also just add this to the top of the page for now:
<?php
error_reporting(E_ALL ^ E_DEPRECATED);
?>