FluentEmail
FluentEmail copied to clipboard
All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
I am trying to send an email to Feishu email server. my code is ``` builder.Services.AddFluentEmail(smtpUsername).AddRazorRenderer().AddSmtpSender(new SmtpClient() { Host = smtpHost, EnableSsl = true, DeliveryMethod = SmtpDeliveryMethod.Network, Port = smtpPort,...
I think this should be a InvalidOperationException
Implements inline attachments for MailKit. See #74
When an email is saved to a pickup directory using MailKitSender, it can be useful to return the GUID values that was used to save the eml file. This is...
This pull request adds support for protocolLogger to MailKit. The logger allows for protocol logging between the client and server. This is especially useful when debugging but also has use...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
When I install package FluentEmail.Razor it got this error #### " NETSDK1082 There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'." I'm using Microsoft.NET.Sdk.BlazorWebAssembly on .net7.0