Wiki source code of System mail settings
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | The file //system-mail.properties// stores several settings related to the system email server, such as the IP address and password. | ||
| 2 | |||
| 3 | You should [[edit database related settings via the user interface>>doc:Formcycle.SystemSettings.UserInterface.EmailServer]]. Please note that some of these properties are stored encrypted. | ||
| 4 | |||
| 5 | {{table dataTypeAlpha="0-1-2" preSort="0-asc" caption="Settings regarding the system mail server"}} | ||
| 6 | |= Property|= Default value|= Encrypted|= Explanation | ||
| 7 | |mail.smtp.host|(empty string)|yes|The address for the connection to the mail server. | ||
| 8 | |mail.smtp.port|25|yes|The port for the connection to the mail server. | ||
| 9 | |mail.smtp.auth|false|no|Whether the connection to the mail server must be authorized. | ||
| 10 | |mail.smtp.auth.user|(empty string)|yes|User name for authenticating with the mail server. Required if {{code language="none"}}mail.smtp.auth{{/code}} is set to {{code language="none"}}true{{/code}}. | ||
| 11 | |mail.smtp.auth.password|(empty string)|yes|Password for authenticating with the mail server. Required if {{code language="none"}}mail.smtp.auth{{/code}} is set to {{code language="none"}}true{{/code}}. | ||
| 12 | |mail.smtp.from|(empty string)|yes|For mails sent by the system, this is the mail address displayed as the sender of the mail. | ||
| 13 | |mail.smtp.sender.name|(empty string)|yes|For mails sent by the system, this is the name displayed as the sender of the mail. | ||
| 14 | |mail.support.to|support@formcycle.de|yes|The mail address to which support requests are sent. | ||
| 15 | |mail.support.allow.clientspecific|false|no|Whether [[clients>>doc:Formcycle.UserInterface.Client.WebHome]] are allowed to configure a different email address support requests are send to. | ||
| 16 | |mail.feedback.to|feedback@formcycle.de|no|The mail address to which feedback entered by users is sent. | ||
| 17 | |mail.encryption|none|no|The encryption method, allowed value are {{code language="none"}}none{{/code}}, {{code language="none"}}tls{{/code}}, and {{code language="none"}}starttls{{/code}}. | ||
| 18 | |use.mail|false|no|Whether the system mail server is enabled. If it is disabled, a client-specific mail server is required for sending mails. | ||
| 19 | |mail.allow.utf8 {{version major="7" minor="1"/}}|false|nein|Whether the mail server suppors UTF8 characters in message headers ([[RFC6532>>url:https://datatracker.ietf.org/doc/html/rfc6532||target="blank"]]). This extension allows mails to be sent to [[international email addresses>>url:https://tools.ietf.org/wg/eai/||target="blank"]], such as 用户@例子.广告. This flag must be enabled if and only if the server supports UTF8 headers. | ||
| 20 | {{/table}} |