diff options
Diffstat (limited to 'dash/dash_functions.php')
| -rw-r--r-- | dash/dash_functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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')); } ?> |
