mail

package
v0.0.0-...-d7ff5e6 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmailAuth

type EmailAuth struct {
	Identity string
	Username string
	Password string
	Host     string
	Port     string
}

EmailAuth struct

type SendMailData

type SendMailData struct {
	Subject string
	Message string
	Type    string
	// FromMail string
	FromName string
	ToEmail  []string
	ToName   []string
	CCEmail  []string
	CCName   []string
	BccEmail []string
}

SendMailData struct

func (SendMailData) SendMail

func (s SendMailData) SendMail(username, password, mailhost, mailport string) error

SendMail func

Jump to

Keyboard shortcuts

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