qq邮箱作为找回密码显示不允许使用邮箱名称

weixin_42559746 2018-06-27 05:04:37
不允许使用邮箱名称。 服务器响应为:authentication is required,vip163 smtp1,oGZ4CgBXXMwKUjNbdRdKFg--.10386S2 1530089995

请大神求教 怎么办 是在西华大学就业信息网弄不上的
...全文
589 9 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
9 条回复
切换为时间正序
请发表友善的回复…
发表回复
  • 打赏
  • 举报
回复
这个应该是管理员的邮箱发不了邮件了吧。。。
weixin_42559746 2018-06-27
  • 打赏
  • 举报
回复


<!DOCTYPE html>

<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>就业信息管理系统-密码找回</title>
<link href="/Content/Web/website.css" rel="stylesheet" type="text/css"></link>
<link href="/Scripts/easyui/themes/default/easyui.css" rel="stylesheet" type="text/css"></link>
<link href="/Content/UpLoad/uploadify.css" rel="stylesheet" type="text/css"></link>
<script src="/Scripts/jquery-1.8.0-main.js" type="text/javascript"></script>
<script src="/Scripts/easyui/jquery.easyui.min.js" type="text/javascript"></script>
<script src="/Scripts/easyui/locale/easyui-lang-zh_CN.js" type="text/javascript"></script>
<script src="/Scripts/Utils.js" type="text/javascript"></script>
<script src="/Scripts/JScriptMD5.js" type="text/javascript"></script>


<script type="text/javascript">
function addFavorite() {
var thisURL = document.URL;
var favURL = "http://" + getHost(thisURL);
if (document.all) {
window.external.addFavorite(favURL, document.title);
} else {
window.sidebar.addPanel(document.title, favURL, "");
}
return false;
}
function SetHome(obj) {
var vrl = "http://" + getHost(document.URL);
try {
obj.style.behavior = 'url(#default#homepage)';
obj.setHomePage(vrl);
}
catch (e) {
if (window.netscape) {
try {
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
}
catch (e) {
alert("此操作被浏览器拒绝!\n请在浏览器地址栏输入“about:config”并回车\n然后将[signed.applets.codebase_principal_support]设置为'true'");
}
var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
prefs.setCharPref('browser.startup.homepage', vrl);
}
}
}
var getHost = function (url) {
var host = "null";
if (typeof url == "undefined" || null == url)
url = window.location.href;
var regex = /.*\:\/\/([^\/]*).*/;
var match = url.match(regex);
if (typeof match != "undefined" && null != match)
host = match[1];
return host;
}
$(function () {
$("#upLoadInfo").click(function () {
if ($("#FindPassWord").form('validate')) {
var args = $("#FindPassWord").find("select,input").formSerialize();
var Num = "";
for (var i = 0; i < 6; i++) {
Num += Math.floor(Math.random() * 10);
}
args.Password = Num;
args.DePass = hex_md5(Num);
if (args.IDENTIFYCODE == null || args.IDENTIFYCODE == "") {
$.messager.alert("系统提示", "请输入验证码!", "error");
$("#imgCode").click();
}
else {
YQSH.waitPanel.showWait("邮件发送中……", 10000);
$.post("/Home/FindPassBack", args, function (result) {
if (result.flag) {
$.messager.alert("系统提示", "密码已成功发送到您的邮箱!", "info");
} else {
$.messager.alert("系统提示", result.msg == null ? "找回密码失败,请联系管理员!" : result.msg, "error");
$("#imgCode").click();
}
YQSH.waitPanel.closeWait();
});
}
}
});
});
</script>
</head>
<body>
<div class="top">
<div class="wrap">
<div class="fr">
<a href="javascript:void(0)" class="white" onclick="SetHome(this)">设为主页</a> |
<a href="javascript:void(0)" onclick="addFavorite()">添加收藏</a> |
<a class="ml5 enterprise" href="/MCenter">企业入口>></a>
</div>
</div>
</div>
<div class="wrap" style="margin: 20px auto;">
<div class="fl" style="height: 50px;">
<a href="/">
<img alt="" style="vertical-align: middle;width:228px;height:50px" src="/Upload/XXLOGO/123副本.png" />
</a>
<img alt="" style="vertical-align: middle; margin-left: 5px;" src="/Content/Css/Image/website_name.png" />
</div>
</div>
<div id="FindPassWord" class="wrap border" style="background-color: #fff;">
<div class="title">
<b style="float: left">找回密码</b>
<p style="line-height: 27px; text-align: right; font-weight: normal; margin-right: 5px;">
已经注册?直接
<a class="enterprise" href="/MCenter">登陆</a>
</p>
</div>
<ul class="userLogin" style="margin-left: 150px; margin-top: 20px; width: 100%;">
<li style="margin-bottom: 20px; color: #666666;">(注:<font class="red">*</font>为必填)</li>
<li></li>
<li>
<span><font class="red">*</font>用 户 名:</span>
<input class="easyui-validatebox" id="UserName" name="UserName" required="True" style="width:200px" type="text" value="" />
</li>
<li></li>
<li>
<span><font class="red">*</font>注册邮箱:</span>
<input class="easyui-validatebox" id="Email" name="Email" required="True" style="width:200px" type="text" validType="email" value="" />
</li>
<li></li>
<li>
<span><font class="red">*</font>验 证 码:</span>
<input class="text" id="IDENTIFYCODE" maxlength="4" name="IDENTIFYCODE" style="width:65px;" type="text" value="" />
<img id="imgCode" onclick='$(this).attr("src","/WebService/VerifyCode.ashx?t="+$.now());$("#fIdentifyCode").val ("").focus();' src="/WebService/VerifyCode.ashx" title="点击刷新验证码" style="cursor: pointer; width: 75px; height: 22px;" align="absmiddle" />
<em exfor="IdentifyCode"></em>
</li>
<li></li>
<li style="height: 27px;">
<span></span>
<input id="upLoadInfo" class="userLoginBtn" type="button" value="提 交" style="margin-left:100px" />
<em id="lbMsg"></em>
</li>
<li></li>
</ul>
<input id="Password" name="Password" type="hidden" value="" />
<input id="DePass" name="DePass" type="hidden" value="" />
</div>
<div class='width' id='foot' style='text-align:center;padding:16px 0;color:#555;line-height:20px;font-family:Arial;'>
<div class='foot_menu' style='color:#D0E6C0;margin-bottom:10px;'><a href='/'>网站首页</a> | <a href='/Home/Contact'>联系我们</a> | <a href='/Home/About'>关于我们</a></div>版权所有:成都易科士信息产业有限公司<br>
<div class='foot_menu' style='text-align:center;padding:16px 0;color:#555;line-height:20px;font-family:Arial;'>Powered By 成都易科士信息产业有限公司 蜀ICP备05013052号 </div>
</body>
</html>
weixin_42559746 2018-06-27
  • 打赏
  • 举报
回复
肯定还是重置一个密码 不求找回 只是这个问题怎么解决啊
正怒月神 版主 2018-06-27
  • 打赏
  • 举报
回复
这年头还能找回密码啊?
不是都应该加密了吗。。。。。
当然,这不是重点。重点是,你的代码呢
weixin_42559746 2018-06-27
  • 打赏
  • 举报
回复
这个怎么办。。。。
weixin_42559746 2018-06-27
  • 打赏
  • 举报
回复
是通过QQ邮箱找回西华大学那用户的密码 只需要输入QQ邮箱就好 大佬 请看截图
正怒月神 版主 2018-06-27
  • 打赏
  • 举报
回复
我好想记得,密码的话要使用授权码。不太确定
正怒月神 版主 2018-06-27
  • 打赏
  • 举报
回复
那你就填写 qq号码@.qq.com
weixin_42559746 2018-06-27
  • 打赏
  • 举报
回复
QQ邮箱这两个也都开启了:POP3/SMTP服务 、IMAP/SMTP服务

62,244

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧