用户在网站上注册后如何自动将其发送给用户(使用asp.net,c#) [英] how the email is sent automatically to the user upon his registration at a website(using asp.net,c#)

查看:95
本文介绍了用户在网站上注册后如何自动将其发送给用户(使用asp.net,c#)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是asp.net的新手,c#...请任何人让我知道实际的事情是如何完成的...

i am new to asp.net,c#...please anyone let me know how the actual thing gets done...

推荐答案

使用可连接的代码到邮件服务器并发送电子邮件.
With code that connects to a mail server and sends an email.


重要的是要意识到电子邮件只是遵循特定格式的纯文本.

一个很好的起点是在这里:电子邮件消息格式 [
It is important to realize that an email is simply straight text following a specific format.

A very good place to start is here: E-mail Message format[^]

After understanding how to create an email, you have to figure out how to connect to an email server and upload it.

This, I believe, is called "homework".


这篇关于用户在网站上注册后如何自动将其发送给用户(使用asp.net,c#)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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