Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

feat: SMTP support configuration starttls #552

Merged
merged 2 commits into from
Apr 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/views/system/optiontabs/SmtpTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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:">
ntdgy marked this conversation as resolved.
Show resolved Hide resolved
<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>
Expand Down