email

package
v0.1.29 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2022 License: LGPL-2.1 Imports: 5 Imported by: 0

Documentation

Overview

Package email describes logic for sending emails and implements a set of email providers that Hera natively supports.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Email

type Email interface {
	SendVerificationEmail(emailTemplate *go_nuntio.Template, to, from, code, nameOfUser string) error
	SendResetPasswordEmail(emailTemplate *go_nuntio.Template, to, from, code, nameOfUser string) error
}

func New

func New(provider *go_nuntio.EmailProvider) (Email, error)

Jump to

Keyboard shortcuts

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