码迷,mamicode.com
首页 > 其他好文 > 详细

Gmail,QMail,163邮箱的 IMAP/SMTP/POP3 地址

时间:2014-05-23 23:14:21      阅读:309      评论:0      收藏:0      [点我收藏+]

标签:class   blog   c   tar   ext   http   

Gmail,QMail,163邮箱的 IMAP/SMTP/POP3 地址

我们在客户端设置邮箱或者使用 PHPMailer 发送邮件的时候,我们都会去查找这些邮箱的 IMAP/SMTP/POP3 地址,这里就列出 Gmail, QMail, 163邮箱这三个常用邮箱的这些地址,方便自己和大家以后设置邮箱时候使用。

Gmail 的 IMAP/SMTP/POP3 地址

Gmail 的 IMAP/SMTP/POP3 协议默认都是开启,它的详细地址如下:

服务器名称 服务器地址 SSL协议端口 非SSL协议端口
IMAP imap.gmail.com 993 /
SMTP smtp.gmail.com 465 /
POP3 pop.gmail.com 995 /

QMail 的 IMAP/SMTP/POP3 地址

QMail 的 IMAP/SMTP/POP3 协议默认是不开启的,你需要登陆到 QQ邮箱,然后到“设置” > “账户” 将其开启。

服务器名称 服务器地址 SSL协议端口 非SSL协议端口
IMAP imap.qq.com 993 143
SMTP smtp.qq.com 465或587 25
POP3 pop.qq.com 995 110

163邮箱 的 IMAP/SMTP/POP3 地址

服务器名称 服务器地址 SSL协议端口 非SSL协议端口
IMAP imap.163.com 993 143
SMTP smtp.163.com 465或994 25
POP3 pop.163.com 995 110
标签:

Gmail,QMail,163邮箱的 IMAP/SMTP/POP3 地址,布布扣,bubuko.com

Gmail,QMail,163邮箱的 IMAP/SMTP/POP3 地址

标签:class   blog   c   tar   ext   http   

原文地址:http://www.cnblogs.com/wxb-km/p/3737031.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!