extramailer
v0.0.5
Published
Send emails!
Downloads
3
Maintainers
Readme
Extra Mailer!
Send email easily!!!!
How to use it?
const ExtraMailer = ('extramailer');
let emailService = new ExtraMailer({
smtpConnectionString: 'smtps://[email protected]:[email protected]',
from: '"Support domain" <[email protected]>',
});
emailService.registerEmail("register", { subject: { text: '| Registration email subject' }, body: { templateUrl: './emails/en/register.pug' }});