React Email.
Author templates as React components and publish them to Xurel.
TEMPLATES
Build templates with variables — or author with React Email.
export default function Welcome({ firstName }) {
return (
<Html>
<Preview>Welcome aboard</Preview>
<Text>Hi {firstName}, you're in.</Text>
</Html>
);
}
Author templates as React components and publish them to Xurel.
Inject {{first_name}} and custom fields at send time.
Preview with sample data before the message hits a real inbox.
Related
Create an account, verify your domain, and send in minutes.