发送新密码 - Asp.net - 使用 gmail (smtp.gmail.com)
我已经浏览了所有帮助和所有论坛,但没有一个对我有帮助。这是我的问题
- 使用 ASP.NET 3.5 在本地主机上开发网站
- 我想使用
提供“忘记密码”功能 - 非常感谢任何真正的帮助。请注意,我想通过更改 web.config 或以编程方式发送它。
谢谢
I've gone through all helps and all forums., but none of them have helped me. Here is my problem
- Developing a site on localhost using ASP.NET 3.5
- I want to provide 'forgot password' functionality using
<asp:PasswordRecovery>
- Any real help is greatly appreciated. Please note that I want to send it by either changing web.config OR programatically.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
MSDN 上有一篇文章解释了如何使用 PasswordRecovery 控件。
还有一个线程专门介绍如何使用 GMail 与控件。
不过我自己还没有尝试过。如果您需要更具体的帮助,请说明您已尝试过的操作以及为什么不起作用。
There is an article on MSDN explaining how to use the PasswordRecovery control.
There is also a thread specifically regarding using GMail with the control.
I have not tried it myself though. If you want more specific help, show what you have tried and why it doesn't work.
您可以通过 Web 配置设置 smtp:
You can set smtp via web config: