email

package
v0.0.0-...-b2d0f57 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const TemplateFormat = "html"

Variables

This section is empty.

Functions

This section is empty.

Types

type EmailService

type EmailService interface {
	SendResetPasswordEmail(recipientEmail, url, name, expiry string) error
	SendVerificationEmail(recipientEmail, url string, token string) error
}

func NewEmailDevelopmentService

func NewEmailDevelopmentService() EmailService

func NewEmailService

func NewEmailService(configs *config.Email, templatesPath string) EmailService

Jump to

Keyboard shortcuts

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