How to Save contact form data using meteor methods?
Asked by Deepak Kumar · · 1938 views
I am trying to figure out how to send an email to myself using data collected from a contact form.
1
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
2
0
Please login or create new account to participate in this conversation.