(Part 1 of 2) Strapi.io Plugins and the Email Designer

Опубликовано: 13 Апрель 2026
на канале: ScottDevOps
2,612
21

(Part 1) I am showing a Strapi.io admin panel running on a local development computer, that is using an awesome new Email Designer for crafting HTML Email Templates to help you create Email Marketing Campaigns all controlled within your Strapi system. I show a responsive website frontend that has an HTML form on it (uses jquery) to submit the users request to my Strapi API backend using an HTML GET Request. Once the request is received by my Strapi API, it invokes both my (sendmail) based email system, and the Email Designer system. Then it sends the nicely formatted HTML email to the user who requested it.