export const registerTemplate = "my html file" and made my html template through sendgrid.
import { registerTemplate } from './templates/register-template';
export const getVerificationEmailContent: GetVerificationEmailContentFn = ({ verificationLink }) => {
const html = registerTemplate.replace('{{verificationLink}}', verificationLink);
return {
subject: 'Welcome to myappname!',
html,
text: Please verify your email by clicking this link: ${verificationLink}
};
Join the Discord to ask follow-up questions and connect with the community
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.
4,603 Members
Join