{"id":13432841,"url":"https://github.com/mailpace/templates","last_synced_at":"2026-01-12T11:25:16.433Z","repository":{"id":37545702,"uuid":"409500660","full_name":"mailpace/templates","owner":"mailpace","description":"A set of gorgeous Transactional HTML Email Templates built on TailwindCSS","archived":false,"fork":false,"pushed_at":"2023-11-03T12:34:30.000Z","size":878,"stargazers_count":255,"open_issues_count":0,"forks_count":19,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-04T07:43:24.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mailpace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-09-23T07:58:18.000Z","updated_at":"2025-08-29T15:51:19.000Z","dependencies_parsed_at":"2024-01-07T10:28:02.929Z","dependency_job_id":"80503d47-d91b-4ad9-8880-07418ca1d908","html_url":"https://github.com/mailpace/templates","commit_stats":null,"previous_names":["ohmysmtp/templates"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mailpace/templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailpace%2Ftemplates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailpace%2Ftemplates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailpace%2Ftemplates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailpace%2Ftemplates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mailpace","download_url":"https://codeload.github.com/mailpace/templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailpace%2Ftemplates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T02:01:17.384Z","updated_at":"2026-01-12T11:25:16.418Z","avatar_url":"https://github.com/mailpace.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\u003ca href=\"https://mailpace.com\" target=\"_blank\"\u003e\u003cimg src=\"https://docs.mailpace.com/img/logo.png\" width=\"200\" alt=\"mailpace Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n  \u003cp\u003eA set of gorgeous Transactional HTML Email Templates built on TailwindCSS\u003c/p\u003e\n  \u003cdiv\u003e\n\n  [![License][license-shield]][license]\n\n  \u003c/div\u003e\n\u003c/div\u003e\n\n## About\n\nThis is a collection of gorgeous HTML transactional email templates, built using [Maizzle](https://maizzle.com/) and [Tailwind CSS](https://tailwindcss.com/).\n\nThey are completely free and you can use them anywhere you like, although of course we recommend using our very own transactional email provider, [mailpace](https://mailpace.com)\n\nAnd yes, they support Dark Mode out of the box :)\n\n![Screenshot of HTML transactional emails](screenshot.png)\n\n## Show me the templates!\n\n- **Welcome** Send a welcome email to users with a call to action [Live Preview](https://htmlpreview.github.io/?https://github.com/mailpace/templates/blob/main/dist/welcome.html)\n- **Email Confirmation** Confirm a new email address [Live Preview](https://htmlpreview.github.io/?https://github.com/mailpace/templates/blob/main/dist/confirmation.html)\n- **Password Reset** Reset a user's password [Live Preview](https://htmlpreview.github.io/?https://github.com/mailpace/templates/blob/main/dist/password_reset.html)\n- **Receipt** Example product receipt email [Live Preview](https://htmlpreview.github.io/?https://github.com/mailpace/templates/blob/main/dist/receipt.html)\n- **Security Alert** Example security alert email [Live Preview](https://htmlpreview.github.io/?https://github.com/mailpace/templates/blob/main/dist/security_alert.html)\n- **Account Deleted** Notify a user on account deletion [Live Preview](https://htmlpreview.github.io/?https://github.com/mailpace/templates/blob/main/dist/account_deleted.html)\n\n## Using the Templates\n\nProduction-ready templates are located in [/dist](./dist). To use them copy them into your application as email templates and modify any variables you want to include as per your application / sending software.\n\nYou can use [Maizzle's render method](https://maizzle.com/docs/nodejs/) to integrate with web application frameworks like Rails, Laravel and more.\n\n## Modifying the Templates\n\nWhile you can modify templates in the `dist/` folder directly, it's not recommended as you lose a lot of the pre-processing benefits. Instead follow these instructions:\n\n1. Clone this repository\n\n2. Install dependencies\n\n   ```sh\n   npm i -g @maizzle/cli\n   cd templates\n   npm install\n   ```\n\n3. Start Development\n\n   ```sh\n   npm run dev\n   ```\n\n4. Modify the templates\n\n   You can see detailed instructions in the [Maizzle Docs](https://maizzle.com)\n\n5. Build for Production\n\n   ```sh\n   npm run build\n   ```\n   Your modified templates will be available in `./dist/`\n\n## More Documentation\n\nMaizzle documentation is available at https://maizzle.com\n\n## Issues, Fixes \u0026 PRs\n\nIf you find any issues please open a PR here, or contact support@mailpace.com. If you find the templates useful, please contribute back with more templates.\n\n## Want to send transactional emails through an Independent 💪, privacy-focused 🕵️ and eco-friendly 🌱 provider?\n\nSign up for an account at [MailPace](https://mailpace.com)\n\n## License\n\nThis code is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\n[npm]: https://www.npmjs.com/package/mailpace/templates\n[npm-stats]: https://npm-stat.com/charts.html?package=%40mailpace%2Ftemplates\u0026from=2019-03-27\n[npm-version-shield]: https://img.shields.io/npm/v/mailpace/templates.svg?style=flat-square\n[npm-stats-shield]: https://img.shields.io/npm/dt/mailpace/templates.svg?style=flat-square\u0026color=6875f5\n[github-ci]: https://github.com/mailpace/templates/actions\n[github-ci-shield]: https://img.shields.io/github/workflow/status/mailpace/cli/Node.js%20CI?style=flat-square\n[license]: ./LICENSE\n[license-shield]: https://img.shields.io/github/license/mailpace/templates.svg?style=flat-square\u0026color=0e9f6e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmailpace%2Ftemplates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmailpace%2Ftemplates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmailpace%2Ftemplates/lists"}