# Functions
No description provided by the author
# Constants
EmailResetPasswordSubject is the subject for password reset emails.
VerificationSubject is the subject for verification emails.
# Variables
ResetPasswordAPI is a template for an email with API-based password reset.
ResetPasswordUI is a template for an email with UI-based password reset.
EmailVerificationAPI is a template for an email with API-based verification.
EmailVerificationUI is a template for an email with UI-based verification.
# Structs
Config represents a Sender's configuration.
No description provided by the author
No description provided by the author
UserInfo represents information available to email templates.
# Interfaces
No description provided by the author