The email package allows sending email from a Meteor app. To use it, add the package to your project by running in your terminal:

meteor add email

0