From a8f3669b4ea82f48edbca69742364adf2794e07f Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Tue, 28 Feb 2017 17:37:57 -0500 Subject: Modularized email and hashing --- dash/dash_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dash/dash_functions.php') diff --git a/dash/dash_functions.php b/dash/dash_functions.php index 2d01973..998455d 100644 --- a/dash/dash_functions.php +++ b/dash/dash_functions.php @@ -76,6 +76,6 @@ function app_trigger ($responseid) { 'seekereml' => $uinfo['email'], 'seekerid' => $appinfo['seeker'], ); - mail($appinfo['email'], '"'.$appinfo['title'].'" Has Received a Response', tpl($options, 'app_eml.tpl'), "From: ".$b_config['mail_from']."\r\nContent-type: text/html"); + bulletin_mail($appinfo['email'], '"'.$appinfo['title'].'" Has Received a Response', tpl($options, 'app_eml.tpl')); } ?> -- cgit v1.2.3