FluentEmail.MailKit by Luke Lowrey,Ben Cull,Matt Rutledge,Github Contributors

<PackageReference Include="FluentEmail.MailKit" Version="2.7.0" />

 FluentEmail.MailKit 2.7.0

Send emails via MailKit. The SmtpClient has been deprecated and Microsoft recommends using MailKit instead.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>FluentEmail.MailKit</id>
    <version>2.7.0</version>
    <authors>Luke Lowrey,Ben Cull,Matt Rutledge,Github Contributors</authors>
    <owners>Luke Lowrey,Ben Cull,Matt Rutledge,Github Contributors</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/lukencode/FluentEmail</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/lukencode/FluentEmail/master/assets/fluentemail_logo_64x64.png</iconUrl>
    <description>Send emails via MailKit. The SmtpClient has been deprecated and Microsoft recommends using MailKit instead.</description>
    <tags>email razor smtp mailkit fluent fluentemail</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="FluentEmail.Core" version="2.7.0" exclude="Build,Analyzers" />
        <dependency id="MailKit" version="2.1.4" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <repository url="https://github.com/lukencode/FluentEmail" />
  </metadata>
</package>