1.1.4 • Published 4 years ago

sefmail v1.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

sefmail

Send mails through the SimpleMailerAPI for simple mail send for free. No need of a mailserver.

Install

npm i sefmail

Usage

var sefMail = require("sefmail");

// Requires an api token which you can get from the SimpleMailerAPI Site
sefMail.config.apiToken = 'YOUR_API_TOKEN';

// Send a mail
sefMail.mail(from, to, subject, content, callback);

sefMail.mail() parameters

  • from is the sender of the mail with a syntax of Max Mustermann <max@mustermann.com>
  • to is the receiver of the mail with a syntax of max@mustermann.com
  • subject is the subject of the mail
  • content is the content of the mail
  • callback is the callback function - callback(response)

License

ISC

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago