1
0
Fork 0
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:
ljf (zamentur) 2024-04-25 01:16:55 +02:00 committed by GitHub
parent ee80117990
commit 3f901c2bc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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__>';