使用 http://ym.163.com 免费创建的网易域名邮箱支持 mail.domain.com 登陆吗?

2017-03-11 02:41:44 +08:00
 TashinV
QQ 很鸡贼的设置了只有付费的企业用户才能支持 mail.domain.com 登陆,不知道网易是否也是一样。
7468 次点击
所在节点    问与答
31 条回复
anyclue
2017-03-11 12:10:06 +08:00
网易不可以,我试过,你可以试试
RE
2017-03-11 12:47:30 +08:00
QQ 企业邮箱自己写个 form 提交一下就行了,还能做得很漂亮呢
hqfzone
2017-03-11 17:21:47 +08:00
楼上说得对, qq 还提供了登陆框代码,自己复制到网页就行。
TashinV
2017-03-11 17:40:56 +08:00
@RE
@hqfzone

小白不会弄呀~求教程
TashinV
2017-03-11 17:41:44 +08:00
@googlebot
@nanpuyue
毛子的不敢用,这是为啥?
nanpuyue
2017-03-11 21:32:16 +08:00
@TashinV 网络洁癖而已~
TashinV
2017-03-11 22:48:01 +08:00
@RE #22
大神能否分享下教程?
zachlhb
2017-03-11 22:53:51 +08:00
以前支持,后来取消了
RE
2017-03-11 23:08:55 +08:00
@TashinV 没什么教程啊… HTML 会的话这样说就懂了吧……
TashinV
2017-03-11 23:10:37 +08:00
@RE
就是不。。。会。。。
问题就是怎么样把这个登录框代码复制到网页?
RE
2017-03-11 23:18:12 +08:00
@TashinV

下面这个 html 把域名那块改一下,然后随便保存在你的服务器上,如果你的域名有备案,直接在 七牛 或者 又拍云 弄个空间,绑定一个 mail.domain.com 的域名,就可以实现你标题要的效果了,当然你完全可以想怎么美化这个页面都行

<form id="form" action="https://exmail.qq.com/cgi-bin/login" method="post">
<input type="text" name="uin" value="" tabindex="1" autocomplete="off" placeholder="账号">
<input type="password" name="pwd" value="" tabindex="2" placeholder="密码">
<input type="hidden" name="firstlogin" value="false">
<input type="hidden" name="aliastype" value="other">
<input type="hidden" name="dmtype" value="bizmail">
<input type="hidden" name="p" value="">
<input type="hidden" name="domain" value="这里填你的域名">
<input type="submit" value="登录">
</form>

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/346606

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX