New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

letterbuilder

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

letterbuilder

Build RFC 5322 complaint messages.

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
15
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

letterbuilder

workflow npm npm NPM

letterbuilder is a library created for building RFC 5322 compliant e-mail messages. The library is written in TypeScript, fully supports both browser and server environments.

ParserSMTP client/server
letterparser@typemail/smtp

Usage

General information

To build the message, use build:

import { build } from 'letterbuilder';
let res = build({
  from: 'test@example.com',
  to: ['someone@example.com'],
  text: 'Hello, world!',
});

Keywords

email

FAQs

Package last updated on 12 Jan 2024

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