1.5.2 Sending e-mails
For the registration of a local user account, as well as for other mail dispatch, a mail server must be configured. The configuration for this is as follows:
Setting
Description
smtpServer
SMTP Server sending emails
smtpPort
SMTP port for sending mail. If not explicitly specified, port 25 is set for NONE and STARTTLS and port 465 for SSL.
smtpUser
Benutzername zur Authentifizierung an dem SMTP Server
smtpPassword
Username for authentication on the SMTP server
CAUTION: If the password contains a semicolon, this must be explicitly masked with a backslash, since this is the default delimiter and thus a reserved character!
smtpSenderAddress
The sender address displayed to the receiver.
smtpSenderName
The sender name displayed to the receiver
smtpSecurity
Encryption type for mail sending. Possible values are: NONE
, SSL
and STARTTLS
. Default value is NONE
.
feedbackEmailAddressList/address
Recipient address for the feedback modal. If several addresses are specified, one can be selected. The entry with the attribute default="true"
is preselected. The modal can be opened from anywhere via the web fragment #feedback. If several addresses are defined, the preselected address can be controlled differently via a suffix, for example: #feedback:recipient=unicorn
The configuration given in the example sends via a local service (e.g. Postfix), which must be installed on the same server as the Goobi viewer itself.
Last updated