1.1.4 • Published 2 years ago

mailshooter v1.1.4

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

mailshooter

1. Go to mailshooter.dev and purchase a plan to receive your API-KEY

https://mailshooter.dev

2. Install mailshooter

npm i mailshooter

3. Start sending emails

const ms = require('mailshooter');

ms({
	apikey: 'YOUR-API-KEY',
	from: 'sender@domain.com',
	to: 'receiver@domain.com',
	subject: 'Hello World',
	html: 'This is my first MailShooter Email!'
}).then(console.log);
1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago