@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 {
}

Testing

To test your settings, enter an email address below.