Skip to content
Snippets Groups Projects
Commit 93bf8c62 authored by Uma's avatar Uma
Browse files

updated phpmailer inclusion in cron files

parent 9830025c
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@
//file modified by richie
require("class.smtp.php");
require("class.phpmailer.php");
require_once("modules/Emails/class.smtp.php");
require_once("modules/Emails/class.phpmailer.php");
require_once 'include/utils/CommonUtils.php';
function sendmail($to,$from,$subject,$contents,$mail_server,$mail_server_username,$mail_server_password,$filename,$smtp_auth='')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment