发送邮件 1.0.0
dotnet add package 发送邮件 --version 1.0.0
NuGet\Install-Package 发送邮件 -Version 1.0.0
<PackageReference Include="发送邮件" Version="1.0.0" />
<PackageVersion Include="发送邮件" Version="1.0.0" />
<PackageReference Include="发送邮件" />
paket add 发送邮件 --version 1.0.0
#r "nuget: 发送邮件, 1.0.0"
#addin nuget:?package=发送邮件&version=1.0.0
#tool nuget:?package=发送邮件&version=1.0.0
SmtpEmail email = SmtpEmail.CreateInstance("smtp.163.com", 10, "abc@163.com", "与发件人邮箱同时显示的标题", "CVgwRhvvzr7khDta", 25, false);
email.Body = "我是-邮件内容-你好";
email.Subject = "我是-邮件标题";
email.To = "def@qq.com";
email.Priority = System.Net.Mail.MailPriority.Normal;
email.FromBcc = true;
email.FromBccEmail = null;
email.FromCc = true;
email.FromCcEmail = null;
email.Send();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 0 | 4/17/2025 |