You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's how I recently utilized the EmailBuilder in conjunction with an ASP.NET Core app:
Add a templating engine to your project:
I used the RazorLight templating engine / library, but any templating engine should work fine (there's plenty of options for .NET).
Create an email template:
Use this tool to generate your email template, then copy the generated HTML output.
Adjust the HTML to meet your specific needs:
I separated the HTML into a common layout and the body.
For dynamic content, I leveraged the templating engine to inject data where needed.
Hi,
Is it possible to add into C#/MVC Web applications.
If yet, can you please suggest a way out?
The text was updated successfully, but these errors were encountered: