feat: SMTP support configuration starttls (#552)

* 添加starttls的按钮

* Update src/views/system/optiontabs/SmtpTab.vue

Co-authored-by: Ryan Wang <i@ryanc.cc>

Co-authored-by: dgy <dgy@dgy.xyz>
Co-authored-by: Ryan Wang <i@ryanc.cc>
pull/558/head
ntdgy 2022-04-20 18:02:12 +08:00 committed by GitHub
parent 6d3380ef55
commit a765ad0ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@
<a-form-model-item label="发送协议:" prop="email_protocol">
<a-input v-model="options.email_protocol" />
</a-form-model-item>
<a-form-model-item label="启用 STARTTLS">
<a-switch v-model="options.email_starttls" />
</a-form-model-item>
<a-form-model-item label="SSL 端口:" prop="email_ssl_port">
<a-input v-model="options.email_ssl_port" />
</a-form-model-item>