Better and fastest way to send emails to multiple recipients.
npm install -g @halfeld/send-it
# Run this command in the same directory of `send-it.config.js`
send-it
send-it.config.js
module.exports = {
name: 'Your name',
email: '[email protected]', // SendIt get your Gravatar image
password: 'passwordOfEmailAbove',
subject: 'SendIt is Awesome!',
// Markdown is supported
emailText: `
# Hello World
This is a paragrapher with **strong** and _italic_ texts!
`,
recipients: [
'[email protected]',
'[email protected]'
]
}
- Gmail (you need to enabled this)
- Hotmail
- Others