FluentEmail
FluentEmail copied to clipboard
All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
I'm trying to write unit tests for an API method which calls the FluentEmail .Send() method. However, the tests are failing. The error I am getting is ArgumentNullException with 'Value...
In CORE 3.1, when i register - services.AddFluentEmail("[email protected]") and later try to resolve by: var fact = this.serviceProvider.GetRequiredService(); var email = fact.Create() I receive: Cannot resolve scoped service 'FluentEmail.Core.Interfaces.ISender' from...
When calling RazzoRender on .Net Core 3.0 I get the following error message Could not load type 'Microsoft.AspNetCore.Mvc.Razor.Extensions.NamespaceDirective' from assembly 'Microsoft.AspNetCore.Mvc.Razor.Extensions, Version=3.0.0.0, Any possible solutions?
> "The specified string is not in the form required for an e-mail address" A few hours of hitting desks and using a hundred different recipient addresses, I found out...
Hi, I'm getting error while sending email: ` System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a...
There is currently an Smtp sender which will support AWS SES Smtp connections, however this is not the prefered way to send emails to the service. Can there be an...
I have two problems. 1) How do I pass a folder under the Views folder as the default path (to send mail with the template.) 2) My layout file is...
Added support for `;` in Adding multiple cc's #176
The implementation aims to receive the MessageId generated by the Mailgun to trace the message through Webhooks.
I want to send to only BCC (Undisclosed Recipients) where i dont want to specify a To-address. `.To(" ")` `Unhandled Exception: System.FormatException: The specified string is not in the form...