Add config panel for mail address and mail name
This commit is contained in:
+14
-2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user