Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialLaurence kite
11,768 PointsForm processing using node/ express() does not seem to be easy
I just finished express basics with Andrew Chalkers, and learn a lot I am sure there was a previous course that taught more about form processing?
In short I have an online CV that has a contact form on it, which I want to enable visitors to contact me by emailing the form to me.. I know I could just supply my email address or just use mailto: in a link.
I thought as node is backend and express allows creating a post route very simple that there would be a way to submit the data in the form as an email?
In php this is fairly simple..
2 Answers
JLN CRML
30,362 PointsIf I understood you correctly, you could use Nodemailer.
Laurence kite
11,768 PointsOk so Nodemailer is probably the best solution for something like this..
Thanks