geemail

package
v0.0.0-...-f3efba2 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SendEmail

func SendEmail(sender, receiver, subject string, body []byte, time int64) error

func SendEmailNow

func SendEmailNow(sender, receiver, subject string, body []byte) error

func SendEmailWithDelay

func SendEmailWithDelay(sender, receiver, subject string, body []byte, delay int64) error

Types

type Email

type Email struct {
	ID       int    `json:"id"`
	Sender   string `json:"sender"`
	Receiver string `json:"receiver"`
	Subject  string `json:"subject"`
	Body     []byte `json:"body"`
	Time     int64  `json:"time"`
}

Jump to

Keyboard shortcuts

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