hngprojects / hng_boilerplate_nextjs

https://deployment.nextjs.boilerplate.hng.tech
Apache License 2.0
204 stars 263 forks source link

[FEAT] EMAIL TEMPLATES -> Subscription Cancellation Template #121

Closed Saviourise closed 1 week ago

Saviourise commented 1 month ago

Description

Create a Subscription Cancellation email template according to the design using React Email

Acceptance Criteria

Requirements

The following props should be available for the component

  1. Title
  2. Name
  3. Image
  4. Plan
  5. Subscription ID
  6. Subscribe again link
  7. Cancellation data
  8. Any other required props

Tests

Tasks

TimeFrame

The deadline for submission is Saturday 11:59PM

LINKS

FIGMA LINK. REACT EMAIL DOCS.

IMAGES

Subscription Cancellation (3) Subscription Cancellation (2) Subscription Cancellation (1) Subscription Cancellation

danthecm commented 1 month ago

@Saviourise use HTML and CSS for all Email Templates

Saviourise commented 1 month ago

@danthecm and @chumex412 please review