Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个名为询问激活码的按钮,当我单击该按钮时,它应该向用户发送激活码电子邮件?最好的方法是什么?
您可以使用SmtpClient类在 .NET 中发送电子邮件。