Sending e-mails with Sendgrid
To send e-mails in a production environment, use services like Sendgrid. Verify the e-mail address on the Sender Management page and create the SendGrid API key on the API keys page. import nodemailer from 'nodemailer'; (async () => { const...