letterbuilder
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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: 'test@example.com',
  to: ['someone@example.com'],
  text: 'Hello, world!',
});

Package Sidebar

Install

npm i letterbuilder

Weekly Downloads

5

Version

0.0.4

License

BSD-3-Clause-Clear

Unpacked Size

10.4 kB

Total Files

8

Last publish

Collaborators

  • mat-sz