11-26-2017, 07:49 AM
Amended helpers/helpers.php to the following and now working:
function email($to,$subject,$body,$attachment=false){
$abs_us_root=$_SERVER['DOCUMENT_ROOT'];
require $abs_us_root.'/users/vendor/autoload.php';
function email($to,$subject,$body,$attachment=false){
$abs_us_root=$_SERVER['DOCUMENT_ROOT'];
require $abs_us_root.'/users/vendor/autoload.php';