Skip to content

Commit 4c9e65d

Browse files
committed
changes
1 parent a65693c commit 4c9e65d

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

application/config/constants.php

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -96,25 +96,13 @@
9696

9797
/************************** EMAIL CONSTANTS *****************************/
9898

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
113101
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
115103
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
120108
define('MAIL_PATH', '/usr/sbin/sendmail');

0 commit comments

Comments
 (0)