This commit is contained in:
杜恒
2021-05-13 17:41:21 +08:00
parent 2ae9560cfc
commit 4f0dcb44e7
4 changed files with 15 additions and 4 deletions

View File

@@ -847,6 +847,16 @@ function themeConfig($form)
$JCommentMailHost->setAttribute('class', 'joe_content joe_other');
$form->addInput($JCommentMailHost->multiMode());
$JCommentSMTPSecure = new Typecho_Widget_Helper_Form_Element_Select(
'JCommentSMTPSecure',
array('ssl' => 'ssl默认', 'tsl' => 'tsl'),
'ssl',
'加密方式',
'介绍:用于选择登录鉴权加密方式'
);
$JCommentSMTPSecure->setAttribute('class', 'joe_content joe_other');
$form->addInput($JCommentSMTPSecure->multiMode());
$JCommentMailPort = new Typecho_Widget_Helper_Form_Element_Text(
'JCommentMailPort',
NULL,