SMTP Provider
The SMTP email provider uses the configured SMTP settings to send email.
Configuration
To use the SMTP provider you will need to configure Email in appsettings.json or your deployment host with:
Providerset toSmtp.Smtp.Hostset to the SMTP host.Smtp.Portset to the SMTP port.Smtp.EnableSslset totrueto use SSL.Smtp.Userset to the SMTP username.Smtp.Passwordset to the SMTP password.Smtp.FromEmailset to the email to use for outbound messages.Smtp.FromDisplayNameset to the display name to use for outbound messages.