email

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

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

func PasswordResetURL(publicURL, token string) string

PasswordResetURL constructs the password reset URL for a given token

func VerificationURL

func VerificationURL(publicURL, token string) string

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL