SMTP集成
1. 登录控制台
访问并登录 uSpeedo 控制台。
如果你还没有账号,请先前往注册:https://console.uspeedo.com/email/setting?type=smtp。
2. 获取SMTP账号
访问 SMTP账号管理
注意:您在新建的时候需要填写您服务器的出口IP

3. 数据分析

4. 常见问题排查
如何查看本机IP
# 浏览器
直接打开 `https://ip.me` 或 `https://ifconfig.me`,即可查看公网出口 IP
# mac
curl ifconfig.me
# 或
curl ipinfo.io/ip
# linux
curl ifconfig.me
# 或
curl ipinfo.io/ip
# windows(PowerShell)
(Invoke-WebRequest -UseBasicParsing ifconfig.me).Content
# 或
curl ifconfig.me