1.1.4 • Published 5 years ago
sefmail v1.1.4
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
1.1.4
5 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 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
5 years ago
1.0.0
5 years ago