C#中SendSMTPEMail("smtp.126.com","[email protected]","306215",message);是什么意思?

来源:学生作业帮助网 编辑:六六作业网 时间:2024/05/26 07:05:57
C#中SendSMTPEMail("smtp.126.com","[email protected]","306215",message);是什么意思?C#中SendSMTPEMail("smt

C#中SendSMTPEMail("smtp.126.com","[email protected]","306215",message);是什么意思?
C#中SendSMTPEMail("smtp.126.com","[email protected]","306215",message);是什么意思?

C#中SendSMTPEMail("smtp.126.com","[email protected]","306215",message);是什么意思?
发送邮件的函数.
参数分别是:发送邮件的服务器地址,发送方的邮件地址,发送方的邮件密码,邮件内容.