mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
fix
This commit is contained in:
parent
b11d4209ae
commit
5b26a42976
2 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,7 @@ database.default.DBPrefix="cp_"
|
|||
#--------------------------------------------------------------------
|
||||
# Email configuration
|
||||
#--------------------------------------------------------------------
|
||||
email.fromEmail="__APP__@__DOMAIN__"
|
||||
email.fromEmail="__EMAIL__"
|
||||
email.fromName="Castopod"
|
||||
email.SMTPHost="localhost"
|
||||
email.SMTPPort="25"
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
email=$(ynh_user_get_info --username=$admin --key=mail)
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue