96
96
97
97
/************************** EMAIL CONSTANTS *****************************/
98
98
99
- // define('EMAIL_FROM', 'Your from email'); // e.g. email@example.com
100
- // define('EMAIL_BCC', 'Your bcc email'); // e.g. email@example.com
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 ' , 'kishor10d@codeinsect.com ' ); // e.g. email@example.com
112
- define ('EMAIL_BCC ' , 'kishor10d@codeinsect.com ' ); // e.g. email@example.com
99
+ define ('EMAIL_FROM ' , 'Your from email ' ); // e.g. email@example.com
100
+ define ('EMAIL_BCC ' , 'Your bcc email ' ); // e.g. email@example.com
113
101
define ('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
115
103
define ('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 ' , 'kishor10d@codeinsect.com ' ); // 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
120
108
define ('MAIL_PATH ' , '/usr/sbin/sendmail ' );
0 commit comments