keycloak-scim/server_admin/topics/realms/email.adoc

41 lines
1.8 KiB
Text
Raw Normal View History

2016-05-13 19:49:56 +00:00
[[_email]]
=== Email Settings
2017-08-28 12:50:14 +00:00
{project_name} sends emails to users to verify their email address, when they forget their passwords, or when an admin needs to
2016-05-13 19:55:51 +00:00
receive notifications about a server event.
2017-08-28 12:50:14 +00:00
To enable {project_name} to send emails you need to provide {project_name} with your SMTP server settings.
2016-05-13 19:55:51 +00:00
This is configured per realm. Go to the `Realm Settings` left menu
2016-05-13 19:49:56 +00:00
item and click the `Email` tab.
.Email Tab
2017-08-28 12:50:14 +00:00
image:{project_images}/email-tab.png[]
2016-05-13 19:49:56 +00:00
Host::
`Host` denotes the SMTP server hostname used for sending emails.
Port::
`Port` denotes the SMTP server port.
From::
`From` denotes the address used for the `From` SMTP-Header for the emails sent.
From Display Name::
`From Display Name` allows to configure a user friendly email address aliases (optional). If not set the plain `From` email address will be displayed in email clients.
Reply To::
`Reply To` denotes the address used for the `Reply-To` SMTP-Header for the mails sent (optional). If not set the plain `From` email address will be used.
Reply To Display Name::
`Reply To Display Name` allows to configure a user friendly email address aliases (optional). If not set the plain `Reply To` email address will be displayed.
Envelope From::
`Envelope From` denotes the https://en.wikipedia.org/wiki/Bounce_address[Bounce Address] used for the `Return-Path` SMTP-Header for the mails sent (optional).
2016-05-13 19:55:51 +00:00
As emails are used for recovering usernames and passwords it's recommended to use SSL or TLS, especially if the SMTP server is on an external network.
To enable SSL click on `Enable SSL` or to enable TLS click on `Enable TLS`.
You will most likely also need to change the `Port` (the default port for SSL/TLS is 465).
If your SMTP server requires authentication click on `Enable Authentication` and insert the `Username` and `Password`.