paheko smtp config
This commit is contained in:
@@ -104,6 +104,7 @@ const SMTP_PASSWORD = null;
|
|||||||
const SMTP_PORT = 25;
|
const SMTP_PORT = 25;
|
||||||
const SMTP_SECURITY = 'NONE';
|
const SMTP_SECURITY = 'NONE';
|
||||||
const SMTP_HELO_HOSTNAME = 'paheko.kaz.bzh';
|
const SMTP_HELO_HOSTNAME = 'paheko.kaz.bzh';
|
||||||
|
const SMTP_MAX_MESSAGES_PER_SESSION = 50;
|
||||||
const ROOT = __DIR__;
|
const ROOT = __DIR__;
|
||||||
|
|
||||||
const DB_FILE = DATA_ROOT . '/association.sqlite';
|
const DB_FILE = DATA_ROOT . '/association.sqlite';
|
||||||
|
|||||||
Reference in New Issue
Block a user