如何向本地主机发送邮件
我正在使用 smtp 协议通过 gmail 发送电子邮件。我想发送邮件到 localhost 。我将为本地主机提供什么地址来接收该电子邮件?
I am using smtp protocol to send email via gmail . I want to send mail to localhost . What address I will give for localhost to get that email ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在这种情况下,localhost 是什么?您的本地桌面还是服务器?
gmail 能够向其发送邮件的唯一方法是,如果您在那里运行 SMTP 服务器并且它具有可从 Internet 访问的 IP。
What is localhost in this case? Your local desktop or a server?
The only way gmail is going to be able to send mail to it, is if you've got an SMTP server running there and it has an IP that's accessible from the Internet.
您只能从本地主机上运行的邮件服务器发送到本地主机。一般来说,您需要一个互联网域来代替。
You can only send to localhost from a mail server running on localhost. Generally though you'd need an Internet domain for this instead.