Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kishor10d committed Jun 24, 2022
1 parent a65693c commit 4c9e65d
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions application/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,25 +96,13 @@

/************************** EMAIL CONSTANTS *****************************/

// define('EMAIL_FROM', 'Your from email'); // e.g. [email protected]
// define('EMAIL_BCC', 'Your bcc email'); // e.g. [email protected]
// 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', '[email protected]'); // e.g. [email protected]
define('EMAIL_BCC', '[email protected]'); // e.g. [email protected]
define('EMAIL_FROM', 'Your from email'); // e.g. [email protected]
define('EMAIL_BCC', 'Your bcc email'); // e.g. [email protected]
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', '[email protected]'); // 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');

0 comments on commit 4c9e65d

Please sign in to comment.