fix(mail.service): use sendgrid api instead of nodemailer for better deliverability

This commit is contained in:
Amruth Pillai
2022-03-08 07:46:06 +01:00
parent e96b090904
commit 9df12194bf
11 changed files with 105 additions and 340 deletions

View File

@ -28,8 +28,6 @@ const App: React.FC<AppProps> = ({ Component, pageProps }) => {
/>
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<script src="/__ENV.js" />
</Head>
<ReduxProvider store={store}>