1
0
Fork 0
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:
rodinux 2023-11-15 23:00:33 +01:00
parent c90333c6de
commit 43b3f52763

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