mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
Comment smtp server constants from default config file
This commit is contained in:
parent
13a886f065
commit
d17323d4e8
1 changed files with 8 additions and 8 deletions
|
@ -412,7 +412,7 @@ const USE_CRON = true;
|
|||
* Défaut : false
|
||||
*/
|
||||
|
||||
const SMTP_HOST = '__DOMAIN__';
|
||||
//const SMTP_HOST = '__DOMAIN__';
|
||||
|
||||
/**
|
||||
* Port du serveur SMTP
|
||||
|
@ -423,7 +423,7 @@ const SMTP_HOST = '__DOMAIN__';
|
|||
* Défaut : 587
|
||||
*/
|
||||
|
||||
const SMTP_PORT = 25;
|
||||
//const SMTP_PORT = 25;
|
||||
|
||||
/**
|
||||
* Login utilisateur pour le server SMTP
|
||||
|
@ -433,7 +433,7 @@ const SMTP_PORT = 25;
|
|||
* Défaut : null
|
||||
*/
|
||||
|
||||
const SMTP_USER = '__APP__';
|
||||
//const SMTP_USER = '__APP__';
|
||||
|
||||
/**
|
||||
* Mot de passe pour le serveur SMTP
|
||||
|
@ -443,7 +443,7 @@ const SMTP_USER = '__APP__';
|
|||
* Défaut : null
|
||||
*/
|
||||
|
||||
const SMTP_PASSWORD = '__MAIL_PWD__';
|
||||
//const SMTP_PASSWORD = '__MAIL_PWD__';
|
||||
|
||||
/**
|
||||
* Sécurité du serveur SMTP
|
||||
|
@ -456,7 +456,7 @@ const SMTP_PASSWORD = '__MAIL_PWD__';
|
|||
* Défaut : STARTTLS
|
||||
*/
|
||||
|
||||
const SMTP_SECURITY = 'STARTTLS';
|
||||
//const SMTP_SECURITY = 'STARTTLS';
|
||||
|
||||
/**
|
||||
* Nom du serveur utilisé dans le HELO SMTP
|
||||
|
@ -469,7 +469,7 @@ const SMTP_SECURITY = 'STARTTLS';
|
|||
* @var null|string
|
||||
*/
|
||||
|
||||
const SMTP_HELO_HOSTNAME = '__DOMAIN__';
|
||||
//const SMTP_HELO_HOSTNAME = '__DOMAIN__';
|
||||
|
||||
/**
|
||||
* Adresse e-mail destinée à recevoir les erreurs de mail
|
||||
|
@ -485,7 +485,7 @@ const SMTP_HELO_HOSTNAME = '__DOMAIN__';
|
|||
* Défaut : null
|
||||
*/
|
||||
|
||||
const MAIL_RETURN_PATH = '__APP__@__DOMAIN__';
|
||||
//const MAIL_RETURN_PATH = '__APP__@__DOMAIN__';
|
||||
|
||||
|
||||
/**
|
||||
|
@ -503,7 +503,7 @@ const MAIL_RETURN_PATH = '__APP__@__DOMAIN__';
|
|||
* Défaut : null
|
||||
*/
|
||||
|
||||
const MAIL_SENDER = '__APP__@__DOMAIN__';
|
||||
//const MAIL_SENDER = '__APP__@__DOMAIN__';
|
||||
|
||||
/**
|
||||
* Mot de passe pour l'accès à l'API permettant de gérer les mails d'erreur
|
||||
|
|
Loading…
Add table
Reference in a new issue