-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'); |