<%= ob.polyT('settings.advancedTab.smtp.helperNotifications') %>
<% if (ob.errors['notifications']) print(ob.formErrorTmpl({ errors: ob.errors['notifications'] })) %>
checked<% } %>>
checked<% } %>>
<% const smtpSettingsErrorFields = [ 'serverAddress', 'username', 'password', 'senderEmail', 'recipientEmail', ]; const showSmtpSettings = ob.notifications || smtpSettingsErrorFields.some(field => !!ob.errors[field]); %>
<%= ob.polyT('settings.advancedTab.smtp.helperServerAddress') %>
<% if (ob.errors['serverAddress']) print(ob.formErrorTmpl({ errors: ob.errors['serverAddress'] })) %>
<%= ob.polyT('settings.advancedTab.smtp.helperNewEmail', { helperGmailLink: `${ob.polyT('settings.advancedTab.smtp.helperGmailLink')}` }) %>
<%= ob.polyT('settings.advancedTab.smtp.helperUsername') %>
<% if (ob.errors['username']) print(ob.formErrorTmpl({ errors: ob.errors['username'] })) %>
<%= ob.polyT('settings.advancedTab.smtp.helperPassword') %>
<% if (ob.errors['password']) print(ob.formErrorTmpl({ errors: ob.errors['password'] })) %>
<%= ob.polyT('settings.advancedTab.smtp.helperSendFrom') %>
<% if (ob.errors['senderEmail']) print(ob.formErrorTmpl({ errors: ob.errors['senderEmail'] })) %>
<%= ob.polyT('settings.advancedTab.smtp.helperSendTo') %>
<% if (ob.errors['recipientEmail']) print(ob.formErrorTmpl({ errors: ob.errors['recipientEmail'] })) %>