mail

package
v0.0.0-...-4ca5139 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoginAuth

func LoginAuth(username, password string) smtp.Auth

func SendMail

func SendMail(subject, html string, fromAddress, fromName string, to, cc, bcc, attaches []string) error

Types

type Application

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

func NewApplication

func NewApplication() *Application

func (*Application) Attach

func (r *Application) Attach(files []string) mail.Mail

func (*Application) Bcc

func (r *Application) Bcc(bcc []string) mail.Mail

func (*Application) Cc

func (r *Application) Cc(cc []string) mail.Mail

func (*Application) Content

func (r *Application) Content(content mail.Content) mail.Mail

func (*Application) From

func (r *Application) From(from mail.From) mail.Mail

func (*Application) Queue

func (r *Application) Queue(queue *mail.Queue) error

func (*Application) Send

func (r *Application) Send() error

func (*Application) To

func (r *Application) To(to []string) mail.Mail

type SendMailJob

type SendMailJob struct {
}

func (*SendMailJob) Handle

func (r *SendMailJob) Handle(args ...any) error

Handle Execute the job.

func (*SendMailJob) Signature

func (r *SendMailJob) Signature() string

Signature The name and signature of the job.

type ServiceProvider

type ServiceProvider struct {
}

func (*ServiceProvider) Boot

func (route *ServiceProvider) Boot()

func (*ServiceProvider) Register

func (route *ServiceProvider) Register()

Jump to

Keyboard shortcuts

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