letterbuilder

v0.0.4
Build RFC 5322 complaint messages.
email e-mail mail mime mailparser emailparser mail-parser email-parser e-mail-parser and 7 more...

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.

Parser SMTP client/server
letterparser @typemail/smtp

Usage

General information

To build the message, use build:

import { build } from 'letterbuilder';
let res = build({
  from: '[email protected]',
  to: ['[email protected]'],
  text: 'Hello, world!',
});
npm i letterbuilder

Metadata

Downloads

Maintainers