@model BTCPayServer.Models.ServerViewModels.EmailsViewModel

@ViewData["Title"]

@if (!ViewContext.ModelState.IsValid) {
}
Some email providers (like Gmail) don't allow you to set your display name, so this setting may not have any effect.
For many email providers (like Gmail) your login is your email address.
@if (!Model.PasswordSet) { } else {
}

If you want to test your settings, enter an email address here and click "Send Test Email". Your settings won't be saved, only a test email will be sent.
After a successful test, you can click "Save".