We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878ebd5 commit ed4945eCopy full SHA for ed4945e
utils/mailer.js
@@ -1,6 +1,5 @@
1
const sgMail = require('@sendgrid/mail');
2
3
-// Initialize SendGrid with your API key
4
sgMail.setApiKey(process.env.SENDGRID_API_KEY);
5
6
const sendEmail = async ({ to, subject, text, html }) => {
0 commit comments