From 4c9e65da09c7dc54a6c285accd71639724f0978d Mon Sep 17 00:00:00 2001 From: kishor10d Date: Sat, 25 Jun 2022 00:15:28 +0530 Subject: [PATCH] changes --- application/config/constants.php | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/application/config/constants.php b/application/config/constants.php index 7417211..4fdd382 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -96,25 +96,13 @@ /************************** EMAIL CONSTANTS *****************************/ -// define('EMAIL_FROM', 'Your from email'); // e.g. email@example.com -// define('EMAIL_BCC', 'Your bcc email'); // e.g. email@example.com -// define('FROM_NAME', 'CIAS Admin System'); // Your system name -// define('EMAIL_PASS', 'Your email password'); // Your email password -// define('PROTOCOL', 'smtp'); // mail, sendmail, smtp -// define('SMTP_HOST', 'Your smtp host'); // your smtp host e.g. smtp.gmail.com -// define('SMTP_PORT', '25'); // your smtp port e.g. 25, 587 -// define('SMTP_USER', 'Your smtp user'); // your smtp user -// define('SMTP_PASS', 'Your smtp password'); // your smtp password -// define('MAIL_PATH', '/usr/sbin/sendmail'); - - -define('EMAIL_FROM', 'kishor10d@codeinsect.com'); // e.g. email@example.com -define('EMAIL_BCC', 'kishor10d@codeinsect.com'); // e.g. email@example.com +define('EMAIL_FROM', 'Your from email'); // e.g. email@example.com +define('EMAIL_BCC', 'Your bcc email'); // e.g. email@example.com define('FROM_NAME', 'CIAS Admin System'); // Your system name -define('EMAIL_PASS', 'Name@9822'); // Your email password +define('EMAIL_PASS', 'Your email password'); // Your email password define('PROTOCOL', 'smtp'); // mail, sendmail, smtp -define('SMTP_HOST', 'mail.codeinsect.com'); // your smtp host e.g. smtp.gmail.com -define('SMTP_PORT', '587'); // your smtp port e.g. 25, 587 -define('SMTP_USER', 'kishor10d@codeinsect.com'); // your smtp user -define('SMTP_PASS', 'Name@9822'); // your smtp password +define('SMTP_HOST', 'Your smtp host'); // your smtp host e.g. smtp.gmail.com +define('SMTP_PORT', '25'); // your smtp port e.g. 25, 587 +define('SMTP_USER', 'Your smtp user'); // your smtp user +define('SMTP_PASS', 'Your smtp password'); // your smtp password define('MAIL_PATH', '/usr/sbin/sendmail'); \ No newline at end of file