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 1a2c834 commit dccc957Copy full SHA for dccc957
pages/api/sendEmail.js
@@ -10,7 +10,7 @@ export default async (email, name, subject, message, subscribe) => {
10
// sendgridEmail: This is the email verfied by sendgrid
11
// the email will appear to be sent from this email
12
// If a non verified email is used, we get a 403 error
13
- const sendgridEmail = 'hello@webdevpath.co';
+ const sendgridEmail = 'support@webdevpath.co';
14
15
const emailContent = `
16
<b>Name:</b> ${name} <br/>
0 commit comments