mirror of https://github.com/halo-dev/halo-admin
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
parent
6d3380ef55
commit
a765ad0ab4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue