-
I've noticed it is not supported yet, right?
-
Hi!
I'm using RazorEngine to compile and send emails, and I have an automated task that runs every other weekend. I noticed that performance is extremely good at the beginning, but that overtime it…
-
I used your article about creating a plain text and html view in the email and it all seemed to work fine.
However, when I started emailing an address that I was accessing via MS Outlook 2010, it all…
-
I understand that a Postal from, sender, to, cc, bcc field should look like this: `Foo Bar foo@bar.com`.
We use the `MailAddress` class for all sorts of stuff, and so I already have the email databas…
migig updated
7 years ago
-
Using @Html.PartialAsync in template causes error.
Add partial support using code like
``` C#
protected async Task PartialAsync(string viewName, T model)
{
// http://sta…
-
The RunCompile cost much time on the first runs, and the second time is much faster:
i.e.
I run a template on Rasp PI 3B+, it cost 5597ms on the first run, but only 47ms on the second run.
Is it p…
-
## Steps to reproduce
1. `git clone git@github.com:x10an14/RazorLight.git`
2. `cd RazorLight`
3. `git checkout f7ada2f3ab166893248af42aca81f0e865bca621`
4. `dotnet test`
5. See if you can see t…
-
I have a class library where I need to send emails with images.
I get the following error when using @Html.EmbedImage. I'm using the MultiPart example but in a class library.
Unable to compile …
-
It would be good to update this to directly support .net8.0.
Should also consider removing support for pre .net6.0 versions (core 3.1, net5.0)
Happy to submit a PR to do this, but wanted to che…
-
Hi, I can see no straightforward way to load a template from a file. You can supply a string as a template payload, but if that template (most common case) is in a file within the application or on a …