email

package
v0.0.0-...-e59463c Latest Latest
Warning

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

Go to latest
Published: May 27, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildPasswordResetBody

func BuildPasswordResetBody(name, token, appURL string) string

Types

type Config

type Config struct {
	Host        string
	Port        string
	User        string
	Password    string
	FromName    string
	FromAddress string
}

type Service

type Service struct {
	// contains filtered or unexported fields
}

func New

func New(cfg Config) *Service

func (*Service) Send

func (s *Service) Send(to, subject, htmlBody string) error