用户单击时发送电子邮件忘记密码

用户单击时发送电子邮件忘记密码

本文介绍了用户单击时发送电子邮件忘记密码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当用户单击忘记密码"时,我需要一个编码来发送电子邮件....

在我的设计中,当用户单击忘记密码"时,将使用提交"按钮打开texbox.然后,用户需要输入其电子邮件地址,然后单击提交"按钮....

如果他们单击提交"按钮,电子邮件将使用密码发送到其ID ...

但是在我的编码中,电子邮件没有传递给他们的ID....

所以我需要在不使用C#的会话的情况下对此问题进行编码....



请帮我.......................

I need a coding to send email when user clicks forget password....

In my design when user clicks forget password the texbox open with submit button....Then user need to enter their email address and click submit button....

If they click submit button the email send to their id with password...

But in my coding the email not delivered to their id....

So I need coding without using session in C# for this problem ....



Pleas help me.................

推荐答案


这篇关于用户单击时发送电子邮件忘记密码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 01:58