9696
9797/************************** EMAIL CONSTANTS *****************************/
9898
99- // define('EMAIL_FROM', 'Your from email'); // e.g. [email protected] 100- // define('EMAIL_BCC', 'Your bcc email'); // e.g. [email protected] 101- // define('FROM_NAME', 'CIAS Admin System'); // Your system name
102- // define('EMAIL_PASS', 'Your email password'); // Your email password
103- // define('PROTOCOL', 'smtp'); // mail, sendmail, smtp
104- // define('SMTP_HOST', 'Your smtp host'); // your smtp host e.g. smtp.gmail.com
105- // define('SMTP_PORT', '25'); // your smtp port e.g. 25, 587
106- // define('SMTP_USER', 'Your smtp user'); // your smtp user
107- // define('SMTP_PASS', 'Your smtp password'); // your smtp password
108- // define('MAIL_PATH', '/usr/sbin/sendmail');
109-
110-
111- define (
'EMAIL_FROM ' ,
'[email protected] ' );
// e.g. [email protected] 112- 99+ define (
'EMAIL_FROM ' ,
'Your from email ' );
// e.g. [email protected] 100+ define (
'EMAIL_BCC ' ,
'Your bcc email ' );
// e.g. [email protected] 113101define ('FROM_NAME ' , 'CIAS Admin System ' ); // Your system name
114- define ('EMAIL_PASS ' , 'Name@9822 ' ); // Your email password
102+ define ('EMAIL_PASS ' , 'Your email password ' ); // Your email password
115103define ('PROTOCOL ' , 'smtp ' ); // mail, sendmail, smtp
116- define ('SMTP_HOST ' , 'mail.codeinsect.com ' ); // your smtp host e.g. smtp.gmail.com
117- define ('SMTP_PORT ' , '587 ' ); // your smtp port e.g. 25, 587
118- define (
'SMTP_USER ' ,
'[email protected] ' );
// your smtp user 119- define ('SMTP_PASS ' , 'Name@9822 ' ); // your smtp password
104+ define ('SMTP_HOST ' , 'Your smtp host ' ); // your smtp host e.g. smtp.gmail.com
105+ define ('SMTP_PORT ' , '25 ' ); // your smtp port e.g. 25, 587
106+ define ('SMTP_USER ' , 'Your smtp user ' ); // your smtp user
107+ define ('SMTP_PASS ' , 'Your smtp password ' ); // your smtp password
120108define ('MAIL_PATH ' , '/usr/sbin/sendmail ' );
0 commit comments