How to Save contact form data using meteor methods?

· · 1550 views

I am trying to figure out how to send an email to myself using data collected from a contact form.

0
1 Answer

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

Please login or create new account to participate in this conversation.