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:
parent
a3bcbca5e7
commit
e2a06830ae
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ const SMTP_PASSWORD = '__MAIL_PWD__';
|
||||||
* Défaut : STARTTLS
|
* Défaut : STARTTLS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const SMTP_SECURITY = 'NONE';
|
const SMTP_SECURITY = 'STARTTLS';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Nom du serveur utilisé dans le HELO SMTP
|
* Nom du serveur utilisé dans le HELO SMTP
|
||||||
|
|
Loading…
Add table
Reference in a new issue