diff --git a/apps/web/src/app/api/internal/email/route.ts b/apps/web/src/app/api/internal/email/route.ts index bf7dd57f75..59abc10b40 100644 --- a/apps/web/src/app/api/internal/email/route.ts +++ b/apps/web/src/app/api/internal/email/route.ts @@ -26,7 +26,7 @@ export async function GET(request: NextRequest) { for (const user of users) { if (user.email) { await sendEmail({ - from: "Thibault Le Ouay Ducasse ", + from: "Thibault from OpenStatus ", subject: "How's it going with OpenStatus?", to: [user.email], react: FollowUpEmail(), diff --git a/apps/web/src/lib/auth/index.ts b/apps/web/src/lib/auth/index.ts index e07a0839a3..bdcd076161 100644 --- a/apps/web/src/lib/auth/index.ts +++ b/apps/web/src/lib/auth/index.ts @@ -81,7 +81,7 @@ export const { handlers, signIn, signOut, auth } = NextAuth({ if (params.user.tenantId) return; await sendEmail({ - from: "Thibault Le Ouay Ducasse ", + from: "Thibault from OpenStatus ", subject: "Welcome to OpenStatus.", to: [params.user.email], react: WelcomeEmail(), diff --git a/packages/emails/emails/followup.tsx b/packages/emails/emails/followup.tsx index b51b271d99..4225b19a3d 100644 --- a/packages/emails/emails/followup.tsx +++ b/packages/emails/emails/followup.tsx @@ -1,6 +1,6 @@ /** @jsxImportSource react */ -import { Body, Head, Html, Link, Preview } from "@react-email/components"; +import { Body, Head, Html, Preview } from "@react-email/components"; const FollowUpEmail = () => { return ( @@ -16,20 +16,11 @@ const FollowUpEmail = () => { into any issues, or have any feedback, good or bad!

- Feel free to shoot me an email or schedule a call with me{" "} - here - . -
-
Thank you,

Thibault Le Ouay Ducasse
-
⭐ Star us on{" "} - GitHub -
🚀 Visit our website{" "} - OpenStatus.dev diff --git a/packages/emails/emails/welcome.tsx b/packages/emails/emails/welcome.tsx index 9b37b4f53c..9439c8483d 100644 --- a/packages/emails/emails/welcome.tsx +++ b/packages/emails/emails/welcome.tsx @@ -1,56 +1,48 @@ /** @jsxImportSource react */ -import { Body, Head, Html, Link, Preview } from "@react-email/components"; +import { Body, Head, Html, Preview } from "@react-email/components"; const WelcomeEmail = () => { return ( Welcome to OpenStatus - Take the most of your OpenStatus monitoring + Few tips to get started Hey 👋

- I'm Thibault OpenStatus{" "} - co-founder. + I'm Thibault, the co-founder of OpenStatus, the open-source synthetic + monitoring platform.

-
I'm thrilled to see you joining us. We are building an - open-source status page and monitoring tool. We are here to help you - monitor your websites and API to get notified before your users alert - you.

Here are a few things you can do with OpenStatus: +
- Run your synthetics checks in your{" "} + + GitHub Actions +
- Use our{" "} - + Terraform provider {" "} to manage your monitors -
- Integrate your status within your application with our{" "} - API and{" "} - React Widget
- Build your own status page with our{" "} API and host it where you want. Here's our{" "} - + Astro template {" "} that you can easily host on CloudFlare

- If you have any questions, just let me know, or book a call with me{" "} - here. + Quick question: How did you learn about us? and why did you sign up?
Thank you,

Thibault Le Ouay Ducasse
-
⭐ Star us on{" "} - GitHub -
🚀 Visit our website{" "} - OpenStatus.dev