1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00
This commit is contained in:
Éric Gaspar 2023-10-25 08:58:56 +02:00
parent b11d4209ae
commit 5b26a42976
2 changed files with 3 additions and 1 deletions

View file

@ -33,7 +33,7 @@ database.default.DBPrefix="cp_"
#-------------------------------------------------------------------- #--------------------------------------------------------------------
# Email configuration # Email configuration
#-------------------------------------------------------------------- #--------------------------------------------------------------------
email.fromEmail="__APP__@__DOMAIN__" email.fromEmail="__EMAIL__"
email.fromName="Castopod" email.fromName="Castopod"
email.SMTPHost="localhost" email.SMTPHost="localhost"
email.SMTPPort="25" email.SMTPPort="25"

View file

@ -4,6 +4,8 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
email=$(ynh_user_get_info --username=$admin --key=mail)
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS
#================================================= #=================================================