mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
Update config.local.php
This commit is contained in:
parent
7124e30a0f
commit
a6c053cec4
1 changed files with 2 additions and 2 deletions
|
@ -468,7 +468,7 @@ const SMTP_SECURITY = 'NONE';
|
|||
* @var null|string
|
||||
*/
|
||||
|
||||
const SMTP_HELO_HOSTNAME = 'localhost';
|
||||
const SMTP_HELO_HOSTNAME = '__DOMAIN__';
|
||||
|
||||
/**
|
||||
* Adresse e-mail destinée à recevoir les erreurs de mail
|
||||
|
@ -502,7 +502,7 @@ const MAIL_RETURN_PATH = 'returns@__DOMAIN__';
|
|||
* Défaut : null
|
||||
*/
|
||||
|
||||
const MAIL_SENDER = 'associations@__DOMAIN__';
|
||||
const MAIL_SENDER = '__APP__@__DOMAIN__';
|
||||
|
||||
/**
|
||||
* Mot de passe pour l'accès à l'API permettant de gérer les mails d'erreur
|
||||
|
|
Loading…
Add table
Reference in a new issue