Move away from sendgrid

This commit is contained in:
Luke Vella 2022-04-13 14:55:29 +01:00
parent e669c0dc11
commit f48658a5d8
12 changed files with 87 additions and 947 deletions

View file

@ -74,7 +74,7 @@ export default async function handler(
pollUrl,
verifyEmailUrl,
homePageUrl,
supportEmail: process.env.NEXT_PUBLIC_SUPPORT_EMAIL,
supportEmail: process.env.SUPPORT_EMAIL,
},
});
} catch (e) {