未收到电子邮件 JavaScript
我在接收电子邮件时遇到问题。
我有一份注册表,提交表单后,电子邮件就会启动,但自最近几天以来我没有收到电子邮件。
我检查了 C:\inetpub\mailroot
下的文件夹,但没有收到任何死信、投递文件夹。 STMP
服务器日志表明已成功处理。
在同一个应用程序中,我忘记了密码表单,当用户单击忘记密码电子邮件时,将发送电子邮件。这工作正常。我能够收到忘记密码的电子邮件。我可以做的唯一区别是,在注册表单中使用 mail.queue();
,在忘记密码时使用 mail.send()
。这可能是原因吗?
还有什么问题? 请帮忙。
I am facing problem in receiving email.
I have a registration form, when form is submitted email is kicked off, but I m not receiving the emails since last few days.
I have checked the folders under C:\inetpub\mailroot
but i didnt get any badmail, drop folder. STMP
server logs are saying it is successfully processed.
In the same application i have forgot password form, when the user clicks forgot password email will be send. this is working fine. i m able to get emails from forgot password. the only difference i could make is that in Registration form mail.queue();
is used and in forgot password mail.send()
is used. does this can be cause?
What else can be problem?
Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终通过重新启动 IIS 和 SMTP 服务器解决了这个问题。感谢大家的支持。
i finally resolved this by re starting the IIS and SMTP Server. thanks to all for support.