@react-email/preview
A preview text that will be displayed in the inbox of the recipient.
Install component from your command line.
yarn add @react-email/preview -E
npm install @react-email/preview -E
Add the component to your email template. Include styles where needed.
import { Preview } from "@react-email/preview";
const Email = () => {
return <Preview>Email preview text</Preview>;
};
This component was tested using the most popular email clients.
Gmail ✔ | Apple Mail ✔ | Outlook ✔ | Yahoo! Mail ✔ | HEY ✔ | Superhuman ✔ |
MIT License