用户如何接收电子邮件通知? [英] How can a user receive email notification?

查看:109
本文介绍了用户如何接收电子邮件通知?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个注册页面,其中带有接收通知"复选框,用户在检查通知时需要代码时如何接收通知.

i have a sign up page with a checkbox "Receive notification", how user receive notification when he check it need code.

推荐答案

您好,

在数据库表中,您必须为此功能维护一列,例如UserTable中的notif列.

在注册时,如果用户选中选项,则可以将该列设置为true

然后编写用于在收到特定通知时发送邮件的代码.

这里" m提供了一些发送邮件的链接.

您必须将该代码置于必需的操作中.

例如,用户选择我希望登录时通知"之类的选项
然后在用户验证码之后的按钮单击事件中编写发送邮件代码.

http://www.codeproject.com/KB/aspnet/EmailApplication.aspx


还有一个链接是

http://www.aspnetemail.com/Examples.aspx

最好的
Hi,

In database table you''ve to maintain one column for this feature like notif column in UserTable .

While sign up if user checks option you can set that column to true

then write code for sending mail when specific notification.

Here ''m providing some links for sending mail.

you''ve to place that code in required action.

for e.g user checks option like "I want notification on login"
then write send mail code in button click event after user validation code.

http://www.codeproject.com/KB/aspnet/EmailApplication.aspx


And one more link is

http://www.aspnetemail.com/Examples.aspx

All the Best


这篇关于用户如何接收电子邮件通知?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆