mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
try authentification STARTTLS for smtp
This commit is contained in:
parent
c78a083017
commit
c90333c6de
1 changed files with 2 additions and 2 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
|
||||
|
|
Loading…
Add table
Reference in a new issue