1
0
Fork 0
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:
rodinux 2023-11-15 22:52:04 +01:00
parent c78a083017
commit c90333c6de

View file

@ -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