Add config panel for mail address and mail name

This commit is contained in:
CodeShakingSheep
2026-02-08 23:41:43 -06:00
parent c39556a60c
commit e498090402
7 changed files with 72 additions and 9 deletions
+14 -2
View File
@@ -51,10 +51,22 @@ ram.runtime = "50M"
type = "user"
[install.password]
help.en = "Use the help field to add an information for the admin about this question."
help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
help.en = "The password to login into InvoiceNinja."
help.fr = "Le mot de passe pour se connecter à InvoiceNinja."
type = "password"
[install.mail_name]
help.en = "Choose what name will be displayed when InvoiceNinja sends mails."
help.fr = ""
type = "string"
default = ""
[install.mail_address]
help.en = "Choose from which mail-address emails will be send."
help.fr = ""
type = "email"
default = ""
[resources]
[resources.sources]