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:
parent
43b3f52763
commit
06eb066203
2 changed files with 3 additions and 3 deletions
|
@ -468,7 +468,7 @@ const SMTP_SECURITY = 'NONE';
|
||||||
* @var null|string
|
* @var null|string
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//const SMTP_HELO_HOSTNAME = '__DOMAIN__';
|
const SMTP_HELO_HOSTNAME = '__DOMAIN__';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adresse e-mail destinée à recevoir les erreurs de mail
|
* Adresse e-mail destinée à recevoir les erreurs de mail
|
||||||
|
@ -484,7 +484,7 @@ const SMTP_SECURITY = 'NONE';
|
||||||
* Défaut : null
|
* Défaut : null
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const MAIL_RETURN_PATH = 'returns@__DOMAIN__';
|
//const MAIL_RETURN_PATH = 'returns@__DOMAIN__';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
@daily __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/cron.php
|
@daily __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/cron.php
|
||||||
* * * * * __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/emails.php
|
* * * * * __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/emails.php
|
||||||
|
|
Loading…
Add table
Reference in a new issue