E-Mail Server¶
The configuration of the e-mail server is necessary if a user has forgotten the login password and wants to reset it. When resetting the password, an e-mail is sent to the user's deposited e-mail address.
You can modify the mail server settings in file bbp.properties
stored in directory
<BBP Installation>/WEB-INF/classes
. The following parameters have to be adjusted.
Parameter | Value | Description |
---|---|---|
Mail.Smtp.Host | mail.example.com | Mailserver Host |
Mail.Smtp.Auth | true | Log on to the mail server required, either true or false |
Mail.Smtp.Port | 587 | Port of the mail server |
Mail.Smtp.Starttls.Enable | true | TLS encryption, either true or false |
Mail.Smtp.Ssl.Trust | mail.example.com | Mail server host |
Mail.Address | support@example.com | E-Mail address of the sender |
Mail.Username | support@example.com | User for authentication on the mailserver |
Mail.Password | secret | Password for authentication on the mailserver |