mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
[fix] PHPMailer SMTP Error: Could not connect to SMTP host
This commit is contained in:
parent
ee80117990
commit
3f901c2bc6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const APP_URL = '__DOMAIN__';
|
|||
const NOMAPPLICATION = 'OpenSondage';
|
||||
|
||||
// Database administrator email
|
||||
const ADRESSEMAILADMIN = '__ADMIN__@__DOMAIN__';
|
||||
const ADRESSEMAILADMIN = '__APP__@__DOMAIN__';
|
||||
|
||||
// Email for automatic responses (you should set it to "no-reply")
|
||||
const ADRESSEMAILREPONSEAUTO = '<no-reply@__DOMAIN__>';
|
||||
|
|
Loading…
Add table
Reference in a new issue