Skip to content

(feat): Added new email templates for confirmation and 2fa emails minds#3113

Fausto Arcidiacono requested to merge feat/verify-email-tpl-3113 into master

Ticket(s) / Related Merge Requests

minds#3113 (closed)

Summary of Changes

Added new template for emails and updated Confirmation and Two-Factor emails.

Testing Considerations

For verification link email:

  • Disable experiment minds-3055-email-codes in growthbook
  • Create a new user or edit existing user's email
  • Check the inbox for the verification link email
  • Check new template is used.

For verification code email:

  • Enable experiment minds-3055-email-codes in growthbook
  • Create a new user or edit existing user's email
  • Check the inbox for the verification code email
  • Check new template is used.

For Two-Factor code email:

  • Enable experiment minds-3055-email-codes in growthbook
  • Edit an existing user's email
  • Check the inbox for the two-factor code email
  • Check new template is used.

Deployment Considerations

N/A

Regression Scope

N/A

Platform Affected (web, mobile, etc)

engine

Developer Testing Completed

Screenshots / Screen Recording

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports