mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
try fix mail smtp
This commit is contained in:
parent
c90333c6de
commit
43b3f52763
1 changed files with 3 additions and 3 deletions
|
@ -422,7 +422,7 @@ const SMTP_HOST = '__DOMAIN__';
|
|||
* Défaut : 587
|
||||
*/
|
||||
|
||||
//const SMTP_PORT = 25;
|
||||
const SMTP_PORT = 25;
|
||||
|
||||
/**
|
||||
* Login utilisateur pour le server SMTP
|
||||
|
@ -455,7 +455,7 @@ const SMTP_PASSWORD = '__MAIL_PWD__';
|
|||
* Défaut : STARTTLS
|
||||
*/
|
||||
|
||||
//const SMTP_SECURITY = 'NONE';
|
||||
const SMTP_SECURITY = 'NONE';
|
||||
|
||||
/**
|
||||
* Nom du serveur utilisé dans le HELO SMTP
|
||||
|
@ -468,7 +468,7 @@ const SMTP_PASSWORD = '__MAIL_PWD__';
|
|||
* @var null|string
|
||||
*/
|
||||
|
||||
const SMTP_HELO_HOSTNAME = '__DOMAIN__';
|
||||
//const SMTP_HELO_HOSTNAME = '__DOMAIN__';
|
||||
|
||||
/**
|
||||
* Adresse e-mail destinée à recevoir les erreurs de mail
|
||||
|
|
Loading…
Add table
Reference in a new issue