I'm creating an Express app and want a contact form that sends email to me@domain.com - would this be a pretty standard way to do that without configuring any mail server on my VPS?Get the me@domain.com through Google Apps.Get a Sendgrid account.Use nodemailer to send an email to me@domain.com using the Sendgrid API using the from address provided by the user in the contact form field.
Submitted November 01, 2018 at 07:46PM by veryfloppydisk
No comments:
Post a Comment