Replace mail() with PHPMailer + new logo
This commit is contained in:
@@ -10,5 +10,8 @@ class Settings
|
||||
const DB_ENC = 'utf8mb4';
|
||||
const TEXT_ENC = 'UTF-8';
|
||||
const TIMEZONE = 'Europe/Paris';
|
||||
const MAIL_SERVER = '';
|
||||
const MAIL_USER = '';
|
||||
const MAIL_PASS = '';
|
||||
const DEBUG = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user