email

package module
v0.0.0-...-b951740 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2022 License: MIT Imports: 3 Imported by: 0

README

email

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Recipient

type Recipient struct {
	Name string // tom
	Mail string // tom@gmail.com
}

type Sender

type Sender struct {
	Name            string   // tim
	Mail            string   // tim@gmail.com
	MailSmtpAddress string   // smtp.qq.com
	MailAuthcode    string   // hauosighiaus
	Subject         string   // Notice
	Text            string   // Hello
	Attach          []string // info.xlsx
	NeedRecipt      string   // 1
}

func (*Sender) Send

func (s *Sender) Send(r Recipient) error

Jump to

Keyboard shortcuts

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