如何在asp.net中发送确认注册电子邮件?

编程入门 行业动态 更新时间:2024-10-22 16:40:26
本文介绍了如何在asp中发送确认注册电子邮件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

大家好, 我最近在网站上使用了会员资格,但是我仍然不知道会员资格中是否存在专门用于创建用户向导的功能,该功能允许我们向用户发送确认注册电子邮件.因此,任何人都可以帮忙吗? 在此先感谢您.

Hi all , I have recently used membership in my website,but i am still not knowing if there is a feature in membership specifically in create user wizard that allows us to send confirm registration email to the user.So please can anyone help ? Thanks in advance.

推荐答案

有人在您的网站上注册时,您将通过回发到服务器来处理它,因此您可以在代码中捕获事件.并添加一些代码以向用户发送电子邮件. SendMail 101-如何通过SMTP(C#和ASP.NET)发送电子邮件 [ ^ ] When someone registers with your site, you will be handling it with a postback to your server, so you can capture the event in your code behind and add some code to send an email to the user. SendMail 101 - How to send e-mails over SMTP (C# and ASP.NET)[^]

那里没有内置的登录控制功能,无法在注册后发送电子邮件. 这是一个定制的活动.因此您需要使用System.Net SMTP发送电子邮件. 正如马库斯所说的,检查链接以发送电子邮件. There is no inbuild facility with login control to send an email after registration. it''s a customized activity. so you need to send an email with System.Net SMTP. as marcus said check link to send email.

更多推荐

如何在asp.net中发送确认注册电子邮件?

本文发布于:2023-11-16 09:53:02,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1603216.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:电子邮件   如何在   asp   net

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!