hint='Should be enabled when using port 465, otherwise turned off (587 or 25).'
:hint='$t(`admin:mail.smtpTLSHint`)'
prepend-icon='vpn_lock'
)
v-text-field.mt-3(
outline
v-model='config.user'
label='Username'
:label='$t(`admin:mail.smtpUser`)'
required
:counter='255'
prepend-icon='lock_outline'
...
...
@@ -77,7 +77,7 @@
v-text-field(
outline
v-model='config.pass'
label='Password'
:label='$t(`admin:mail.smtpPwd`)'
required
prepend-icon='lock'
type='password'
...
...
@@ -90,17 +90,17 @@
v-toolbar-title
.subheading {{$t('admin:mail.dkim')}}
.pa-3
.body-2.grey--text.text--darken-2 DKIM (DomainKeys Identified Mail) provides a layer of security on all emails sent from Wiki.js by providing the means for recipients to validate the domain name and ensure the message authenticity.
v-alert.mt-3(:value='isDbLimited', color='deep-orange', icon='warning') Your database version is not fully supported. Some functionality may be limited or not work as expected.