2.0.4 • Published 2 years ago

@firstfleet/ffmailer v2.0.4

Weekly downloads
8
License
ISC
Repository
-
Last release
2 years ago

FFMAILER

This is our libary that wraps a node mailer function

Requirements

  • Environment variable EMAIL_HOST must be set to the email server
  • Email server must be listening on port 25 (hard-coded for now)

Installation

npm install @firstfleet/ffmailer --save

Example
const ffmail = require('@firstfleet/ffmailer');

let toAddress = 'myEmail@firstfleetinc.com';
let fromAddress = 'no-reply@firstfleetinc.com'
let subject = 'Testing'
let body = 'This is the body'

await ffmail.sendMail(toAddress, fromAddress, subject, body);
2.0.4

2 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago