Embed Shootmail email builder in your apps natively
Pre-built blocks like button, image, logo, signature etc. Insert with the popular / command.
Export templates in JSON or HTML format, save them in database and load them later.
Templates are responsive, support dark mode and are supported on major clients like Gmail, Outlook, Yahoo, etc.
Shootmail email builder is light and easy to integrate into your app, with just a few lines of code. It is framework agnostic.
Intergrate Shootmail in your app natively in 2 easy steps
You can save the templates in database and load them later
# Save your template
editor.getHTML();
editor.getJSON();
# Load your template
editor.setContent();
Integrate in NextJS, Remix, SvelteKit, NuxtJS or vanilla JS