Documentation
¶
Overview ¶
Package email defines shared constants and helpers for email providers.
Index ¶
Constants ¶
View Source
const ( VerificationTemplate = "email-verification" PasswordResetTemplate = "password-reset" )
Template identifiers for email types
Variables ¶
This section is empty.
Functions ¶
func PasswordResetURL ¶
PasswordResetURL constructs the password reset URL for a given token
func VerificationURL ¶
VerificationURL constructs the email verification URL for a given token
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package console provides an email client that logs email events to stdout.
|
Package console provides an email client that logs email events to stdout. |
|
Package webhook provides an email client that forwards email events to an external service via HTTP POST.
|
Package webhook provides an email client that forwards email events to an external service via HTTP POST. |
Click to show internal directories.
Click to hide internal directories.