mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-02 09:09:37 +00:00
Add:SMTP email setting to disable certificate verification #3030
This commit is contained in:
parent
6edbab863a
commit
941f3248d8
28 changed files with 123 additions and 35 deletions
|
|
@ -279,6 +279,8 @@
|
|||
"LabelEdit": "编辑",
|
||||
"LabelEmail": "邮箱",
|
||||
"LabelEmailSettingsFromAddress": "发件人地址",
|
||||
"LabelEmailSettingsRejectUnauthorized": "Reject unauthorized certificates",
|
||||
"LabelEmailSettingsRejectUnauthorizedHelp": "Disabling SSL certificate validation may expose your connection to security risks, such as man-in-the-middle attacks. Only disable this option if you understand the implications and trust the mail server you are connecting to.",
|
||||
"LabelEmailSettingsSecure": "安全",
|
||||
"LabelEmailSettingsSecureHelp": "如果选是, 则连接将在连接到服务器时使用TLS. 如果选否, 则若服务器支持STARTTLS扩展, 则使用TLS. 在大多数情况下, 如果连接到端口465, 请将该值设置为是. 对于端口587或25, 请保持为否. (来自nodemailer.com/smtp/#authentication)",
|
||||
"LabelEmailSettingsTestAddress": "测试地址",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue