Common.SendEmail NuGet Package

发送邮件服务
startup类添加配置:
services.AddEmail(info =>
{
info.Host = "smtp.163.com";
info.Post = 587;
info.FromName = "发送者用户名";
info.FromAddress = "发送者地址";
info.FromPassword = "发送者密码(授权码)";
});
然后注入:IEmailHelper.




Got any Common.SendEmail Question?





Info

Version: 1.0.1
Author(s): azrng
Last Update: Saturday, December 19, 2020
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/Common.SendEmail


Install
Install-Package Common.SendEmail
dotnet add package Common.SendEmail
paket add Common.SendEmail
Common.SendEmail Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

.5

avg-downloads-per-day

0

days-since-last-release

1246