The EMail token is a challenge response token that sends the OTP value to the given email address, when the correct OTP PIN was presented by the user.
The deprecated configuration was used till privacyIDEA version 2.9. Starting with version 2.10 you can select an SMTP configuration by its identifier. SMTP server configuration
This view will be removed in version 2.11.
Mail Server | {{ form['email.mailserver'] }} |
Port | {{ form['email.port'] }} |
Mail User | {{ form['email.username'] }} |
Mail Sender Address | {{ form['email.mailfrom'] }} |
Use TLS | {{ form['email.tls'] }} |
Select a predefined SMTP server configuration.
The time in seconds for which the sent OTP value is valid for authentication.