mailer

package
v0.0.0-...-7ee29c8 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	Host     string
	SMTPHost string
	Email    string
	Alias    string
	Identity string
	Username string
	Password string
}

func (Service) SendVerificationEmail

func (mail Service) SendVerificationEmail(data VerificationEmailData, sendTo ...string) error

type VerificationEmailData

type VerificationEmailData struct {
	Code     string
	Username string
	UUID     string
	Time     string
}

Jump to

Keyboard shortcuts

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