Reset Password Email

Template

Generic password reset email template. Sends a secure reset link with optional expiry note. All branding props are optional.

core/email-tpl-reset-password

Installation

1 · Add registry to components.json

2 · Install component

Examples

Preview

Rendered with previewProps — subject, plain text, and live HTML.

API Reference

PropTypeDescription
recipientEmailreq
stringRecipient's email address.
recipientName
stringGreeting name; falls back to email.
resetUrlreq
stringHTTPS password reset link.
buttonLabel
stringCTA label. Defaults to 'Reset password'.
expiryNote
stringOptional italic expiry note.
siteName
stringSite/product name. Defaults to 'Keystone Core'.
logoUrl
stringOptional logo image URL.
supportEmail
stringOptional support address in footer.
footerCopy
stringOptional footer body text.