1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update config.local.php

try secure smtp
This commit is contained in:
Robles Rodolphe 2023-11-16 13:47:36 +01:00 committed by GitHub
parent a3bcbca5e7
commit e2a06830ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -455,7 +455,7 @@ const SMTP_PASSWORD = '__MAIL_PWD__';
* Défaut : STARTTLS
*/
const SMTP_SECURITY = 'NONE';
const SMTP_SECURITY = 'STARTTLS';
/**
* Nom du serveur utilisé dans le HELO SMTP