xmail

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	SMTPHost    string
	SMTPPort    int
	Username    string
	Password    string
	FromName    string
	FromAddress string
}

Config represents the email server configuration.

type Email

type Email struct {
	To           []string
	CC           []string
	BCC          []string
	Subject      string
	TemplateFile string
	Data         any
}

Email represents the details of an email to be sent.

type XGmail

type XGmail struct {
	XMail
}

func NewXGmail

func NewXGmail(c Config) *XGmail

type XMail

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

XMail is the main structure for the xmail package.

func New

func New(config Config) XMail

New creates a new instance of XMail.

func (XMail) Send

func (x XMail) Send(email Email) error

Send sends a single email.

Jump to

Keyboard shortcuts

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