Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

:white_check_mark:Resolve "add smtp relay"

Merged Arthur BOUDREAULT requested to merge 31-add-smtp-relay into main
All threads resolved!
Files
5
+ 12
8
@@ -36,14 +36,18 @@ ynh_users: null
# lastname: Doe
# mail_domain: domain.tld
# SMTP custom settings ( Only override if you need a SMTP relay)
ynh_smtp_get_cli: yunohost settings get smtp.relay
ynh_smtp_set_cli: yunohost settings set smtp.relay
ynh_new_smtp_relay: null
# host: smtp.domain.tld
# port: 25
# user: user1
# password: Pa$$w0rd
# Do not touch this variable
# Just to have dict default value
ynh_smtp_relay:
value: null
# SMTP custom settings (Only override if you need a SMTP relay)
# Example:
# ynh_smtp_relay:
# host: smtp.domain.tld
# port: "25"
# user: user1
# password: Pa$$w0rd
# The list of Yunohost apps.
ynh_apps: null
Loading