Skip to content

Commit

Permalink
Update newsletter subscription email content
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecasal committed Nov 27, 2023
1 parent 66a0e9a commit 3301a43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/routes/_marketing+/newsletter/email/verify.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ import { EmailRoot } from '~/components/email-root.tsx'

export const VerifyNewsletterSubscriptionEmail = ({ name, onboardingUrl, otp }: { name: string; onboardingUrl: string; otp: string }) => {
return (
<EmailRoot subjectLine="Confirm your subscription" previewText="This is a test">
<EmailRoot subjectLine="Action Required: Confirm Your Email Address Now" previewText="Complete your subscription by confirming your email address. Just one click away!">
<Section>
<Heading as="h1" className="my-14 text-3xl font-bold">
Confirm your subscription
</Heading>
<Text className="text-base">Hi {name},</Text>
<Text className="text-base">Thank you for subscribing to André Casal's newsletter! To ensure you receive our updates and exclusive content, please confirm your email address by clicking the button below:</Text>
<Button href={onboardingUrl} className="mt-2 rounded bg-[#ca8b04] px-8 py-4 text-center text-xl leading-5 text-white hover:bg-[#ca8b04]/90">
Confirm your subscription
Confirm Your Email Address
</Button>
<Text className="mt-20 text-sm text-gray-400">If that doesn't work, copy and paste this code into the page:</Text>
<Text className="mt-20 text-sm text-gray-400">Alternatively you can also copy+paste this code into the page:</Text>
<Text className="mt-6 text-lg font-bold text-gray-400">{otp}</Text>
<Text className="mt-20 text-xs text-gray-400">
If you didn't subscribe to{' '}
Expand Down

0 comments on commit 3301a43

Please sign in to comment.