···77 <Html>
88 <Head>
99 <title>How's it going with OpenStatus?</title>
1010- <Preview>How's it going with OpenStatus?</Preview>
1111- <Body>
1212- Hey
1313- <br />
1414- <br />
1515- Howโs everything going with OpenStatus so far? Let me know if you run
1616- into any issues, or have any feedback, good or bad!
1717- <br />
1818- <br />
1919- Thank you,
2020- <br />
2121- <br />
2222- Thibault Le Ouay Ducasse
2323- <br />
2424- </Body>
2510 </Head>
1111+ <Preview>How's it going with OpenStatus?</Preview>
1212+ <Body>
1313+ Hey
1414+ <br />
1515+ <br />
1616+ Howโs everything going with OpenStatus so far? Let me know if you run
1717+ into any issues, or have any feedback, good or bad!
1818+ <br />
1919+ <br />
2020+ Thank you,
2121+ <br />
2222+ <br />
2323+ Thibault Le Ouay Ducasse
2424+ <br />
2525+ </Body>
2626 </Html>
2727 );
2828};
+19-19
packages/emails/emails/subscribe.tsx
···1313 <Html>
1414 <Head>
1515 <title>Confirm your subscription to "{page}" Status Page</title>
1616- <Preview>Confirm your subscription to "{page}" Status Page</Preview>
1717- <Body>
1818- <p>Confirm your subscription to "{page}" Status Page</p>
1919- <p>
2020- You are receiving this email because you subscribed to receive
2121- updates from {page} Status Page.
2222- </p>
2323- <p>
2424- To confirm your subscription, please click the link below. If you
2525- believe this is a mistake, please ignore this email.
2626- </p>
2727- <p>
2828- <a href={`https://${domain}.openstatus.dev/verify/${token}`}>
2929- Confirm subscription
3030- </a>
3131- </p>
3232- <br />๐ Powered by{" "}
3333- <Link href="https://www.openstatus.dev">OpenStatus.dev</Link>
3434- </Body>
3516 </Head>
1717+ <Preview>Confirm your subscription to "{page}" Status Page</Preview>
1818+ <Body>
1919+ <p>Confirm your subscription to "{page}" Status Page</p>
2020+ <p>
2121+ You are receiving this email because you subscribed to receive updates
2222+ from {page} Status Page.
2323+ </p>
2424+ <p>
2525+ To confirm your subscription, please click the link below. If you
2626+ believe this is a mistake, please ignore this email.
2727+ </p>
2828+ <p>
2929+ <a href={`https://${domain}.openstatus.dev/verify/${token}`}>
3030+ Confirm subscription
3131+ </a>
3232+ </p>
3333+ <br />๐ Powered by{" "}
3434+ <Link href="https://www.openstatus.dev">OpenStatus.dev</Link>
3535+ </Body>
3636 </Html>
3737 );
3838};
+37-37
packages/emails/emails/welcome.tsx
···77 <Html>
88 <Head>
99 <title>Welcome to OpenStatus</title>
1010- <Preview>Few tips to get started</Preview>
1111- <Body>
1212- Hey ๐
1313- <br />
1414- <br />
1515- I'm Thibault, the co-founder of OpenStatus, the open-source synthetic
1616- monitoring platform. <br />
1717- <br />
1818- <br />
1919- <br />
2020- Here are a few things you can do with OpenStatus:
2121- <br />- Run your synthetics checks in your{" "}
2222- <a href="https://docs.openstatus.dev/guides/how-to-run-synthetic-test-github-action?ref=email-onboarding">
2323- GitHub Actions
2424- </a>
2525- <br />- Use our{" "}
2626- <a href="https://docs.openstatus.dev/tools/terraform?ref=email-onboarding">
2727- Terraform provider
2828- </a>{" "}
2929- to manage your monitors
3030- <br />- Build your own status page with our{" "}
3131- <a href="https://api.openstatus.dev/v1">API</a> and host it where you
3232- want. Here's our{" "}
3333- <a href="https://github.com/openstatusHQ/astro-status-page?ref=email-onboarding">
3434- Astro template
3535- </a>{" "}
3636- that you can easily host on CloudFlare
3737- <br />
3838- <br />
3939- Quick question: How did you learn about us? and why did you sign up?
4040- <br />
4141- Thank you,
4242- <br />
4343- <br />
4444- Thibault Le Ouay Ducasse
4545- <br />
4646- </Body>
4710 </Head>
1111+ <Preview>Few tips to get started</Preview>
1212+1313+ <Body>
1414+ Hey ๐
1515+ <br />
1616+ <br />
1717+ I'm Thibault, the co-founder of OpenStatus, the open-source synthetic
1818+ monitoring platform. <br />
1919+ <br />
2020+ <br />
2121+ Here are a few things you can do with OpenStatus:
2222+ <br />- Run your synthetics checks in your{" "}
2323+ <a href="https://docs.openstatus.dev/guides/how-to-run-synthetic-test-github-action?ref=email-onboarding">
2424+ GitHub Actions
2525+ </a>
2626+ <br />- Use our{" "}
2727+ <a href="https://docs.openstatus.dev/tools/terraform?ref=email-onboarding">
2828+ Terraform provider
2929+ </a>{" "}
3030+ to manage your monitors
3131+ <br />- Build your own status page with our{" "}
3232+ <a href="https://api.openstatus.dev/v1">API</a> and host it where you
3333+ want. Here's our{" "}
3434+ <a href="https://github.com/openstatusHQ/astro-status-page?ref=email-onboarding">
3535+ Astro template
3636+ </a>{" "}
3737+ that you can easily host on CloudFlare
3838+ <br />
3939+ <br />
4040+ Quick question: How did you learn about us? and why did you sign up?
4141+ <br />
4242+ Thank you,
4343+ <br />
4444+ <br />
4545+ Thibault Le Ouay Ducasse
4646+ <br />
4747+ </Body>
4848 </Html>
4949 );
5050};