🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@communityboss/emails

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@communityboss/emails

## Architecture Overview

unpublished
latest
npmnpm
Version
2.22.0
Version published
Maintainers
4
Created
Source

Email templates

Architecture Overview

  • An npm library that, given a template name and parameters, returns an HTML or text representation of the email (basically html('template_name', { ...params}))
  • email-templates: SvelteKit app to preview emails
    • Creates a route for every email template
    • You pass params to the email template via query params
    • The router loads the template and passes the params to it via the library code

Setup

npm install

Develop

npm run dev

Open http://localhost:4444 to view the template previewer.

Resources

FAQs

Package last updated on 03 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts