Templates for emails used when sending through Mailgun. Advantages of using this tool:
- Build in dummer version of HTML, not all things that works in html will work in email html, example
- Reuse of components
First, install the dependencies:
npm install
Then, run the development server:
npm run dev
Open localhost:3000 with your browser to see the result.
VSCode supports this plugin out of the box. However, sometimes it can use its own typescript version instead of the project one, resulting in not reading the local tsconfig. If you are using VSCode be sure to have Use workspace version
option selected in Typescript: Select Typescript Version...
command available in the command pallete.
- Create mail using this tool
- Upper tabs has tab
Source
and lower tabs has tabHTML
- This code has to be uploaded to mailgun for credentials ask any developer
MIT License