mail

package module
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

README

mail-plugin

Adds ability to perform async operations using SMTP/IMAP mailbox

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SendAndWaitAnswer added in v0.1.2

func SendAndWaitAnswer(p *async.P, msg Message) *async.P

Send will send email message and return when email is answered

Types

type Message added in v0.1.2

type Message struct {
	From    string
	To      string
	CC      []string
	Subject string
	Message string
}

func (Message) Type added in v0.1.2

func (s Message) Type() *async.Type

Jump to

Keyboard shortcuts

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