| | |
| | | <input type="text" th:value="${mailSet.fromMailName}" autocomplete="off" class="validate[required,maxSize[40],custom[email]] form-control" name="fromMailName" id="fromMailName" placeholder="123456@qq.com"> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label for="fromPwd"><font color="red">*</font>发送邮箱密码 <span data-trigger="hover" data-container="body" data-toggle="popover" data-placement="top" data-content="显示密码" onclick="javascript:showPasswd();" style="cursor:pointer;margin-left: 5px"><i id="eyeSwitch" class="fa fa-eye"></i></span></label> |
| | | <label for="fromPwd"><font color="red">*</font>发送邮箱授权码 <span data-trigger="hover" data-container="body" data-toggle="popover" data-placement="top" data-content="显示密码" onclick="javascript:showPasswd();" style="cursor:pointer;margin-left: 5px"><i id="eyeSwitch" class="fa fa-eye"></i></span></label> |
| | | <input type="password" th:value="${mailSet.fromPwd}" class="validate[required,maxSize[20]] form-control" name="fromPwd" id="fromPwd" placeholder=""> |
| | | </div> |
| | | <div class="form-group"> |