Replies: 1 comment
-
I made by php backend and think Is not very complicate, change the php script for .NET |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm just embarking on a project to integrate Mosaico with a .NET 6 web-based proprietary CRM application. We use Visual Studio 2022 as IDE.
I'm aware that on Github there are ASP.NET Core 2 and ASP.NET MVC5 sample projects, but we've rolled our own JavaScript event handler, which calls server-side code via an Ajax POST, and I'm struggling to see how to map these samples to our framework.
So I'm looking for some suitable documentation and/or simple samples that don't use out-of-support frameworks or MVC.
The design goal is to use Mosaico to create, edit and save templates to a back end SQL server database, where the back end web app will use the created content to send SMTP emails to mailing list subscribers. All the back end mailing code is well established - the only issue is content creation.
Any help will be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions