1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

remove smtp mail settings

This commit is contained in:
Éric Gaspar 2023-11-13 13:54:32 +01:00
parent 7124e30a0f
commit 18c5981215
2 changed files with 8 additions and 9 deletions

View file

@ -411,7 +411,7 @@ const USE_CRON = true;
* Défaut : false
*/
const SMTP_HOST = true;
//const SMTP_HOST = true;
/**
* Port du serveur SMTP
@ -422,7 +422,7 @@ const SMTP_HOST = true;
* Défaut : 587
*/
const SMTP_PORT = 25;
//const SMTP_PORT = 25;
/**
* Login utilisateur pour le server SMTP
@ -432,7 +432,7 @@ const SMTP_PORT = 25;
* Défaut : null
*/
const SMTP_USER = '__APP__';
//const SMTP_USER = '';
/**
* Mot de passe pour le serveur SMTP
@ -442,7 +442,7 @@ const SMTP_USER = '__APP__';
* Défaut : null
*/
const SMTP_PASSWORD = '__MAIL_PWD__';
//const SMTP_PASSWORD = '';
/**
* Sécurité du serveur SMTP
@ -455,7 +455,7 @@ const SMTP_PASSWORD = '__MAIL_PWD__';
* Défaut : STARTTLS
*/
const SMTP_SECURITY = 'NONE';
//const SMTP_SECURITY = 'NONE';
/**
* Nom du serveur utilisé dans le HELO SMTP
@ -468,7 +468,7 @@ const SMTP_SECURITY = 'NONE';
* @var null|string
*/
const SMTP_HELO_HOSTNAME = 'localhost';
//const SMTP_HELO_HOSTNAME = 'localhost';
/**
* Adresse e-mail destinée à recevoir les erreurs de mail
@ -484,7 +484,7 @@ const SMTP_HELO_HOSTNAME = 'localhost';
* Défaut : null
*/
const MAIL_RETURN_PATH = 'returns@__DOMAIN__';
//const MAIL_RETURN_PATH = 'returns@__DOMAIN__';
/**
@ -502,7 +502,7 @@ const MAIL_RETURN_PATH = 'returns@__DOMAIN__';
* Défaut : null
*/
const MAIL_SENDER = 'associations@__DOMAIN__';
//const MAIL_SENDER = 'associations@__DOMAIN__';
/**
* Mot de passe pour l'accès à l'API permettant de gérer les mails d'erreur

View file

@ -44,7 +44,6 @@ ram.runtime = "50M"
sha256 = "a47f81a9607dc9b20ab12ccfbd3e3ae64a46352fafe658bc2137327687588833"
[resources.system_user]
allow_email = true
[resources.install_dir]