Skip to content

Commit dccc957

Browse files
committed
Update sendgridEmail
1 parent 1a2c834 commit dccc957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/api/sendEmail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default async (email, name, subject, message, subscribe) => {
1010
// sendgridEmail: This is the email verfied by sendgrid
1111
// the email will appear to be sent from this email
1212
// If a non verified email is used, we get a 403 error
13-
const sendgridEmail = 'hello@webdevpath.co';
13+
const sendgridEmail = 'support@webdevpath.co';
1414

1515
const emailContent = `
1616
<b>Name:</b> ${name} <br/>

0 commit comments

Comments
 (0)