@if (isEditMode) {

Edit SMTP Server

} @else {

Create SMTP Server

}
Identifier The unique identifying name of the SMTP server definition. @if (smtpForm.get('identifier')?.hasError('required')) { Identifier is required } @if (smtpForm.get('identifier')?.hasError('pattern')) { Identifier contains invalid characters. Only alphanumeric characters, dots, underscores and hyphens are allowed. }
IP or FQDN @if (smtpForm.get('server')?.hasError('required')) { Server is required } Port
Sender Email @if (smtpForm.get('sender')?.hasError('required')) { Sender email is required } @if (smtpForm.get('sender')?.hasError('email')) { Invalid email format } Timeout
Username If the SMTP server requires authentication. Password
Description
@if (showTLS) { Use StartTLS } Send mail from job queue

S/MIME

Certificate
S/MIME signing Don't send on signing error
Private Key Password for the Private Key
Recipient for Testing