awsses

package
v0.0.0-...-b2d74e5 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GROUP_NAME  = "global"
	TYPE_NAME   = "notifier"
	MODULE_NAME = "awsses"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Region    string // AWS Region for Amazon SES
	Sender    string // This address must be verified with Amazon SES.
	Recipient string // If your account is still in the sandbox, this address must be verified.
	Subject   string // The subject line for the email.
	HTMLbody  string // The HTML body for the email.
	Textbody  string // The email body for recipients with non-HTML email clients.
	Charset   string // The character encoding for the email.
}

Config for sending a Message to an Email Address in Amazon SES

type GlobalNotifierAwsses

type GlobalNotifierAwsses struct {
	core.Module
	// contains filtered or unexported fields
}

func (*GlobalNotifierAwsses) Close

func (m *GlobalNotifierAwsses) Close() error

Close closes compressor

func (*GlobalNotifierAwsses) GetConfig

func (m *GlobalNotifierAwsses) GetConfig() interface{}

func (*GlobalNotifierAwsses) GetGroup

func (m *GlobalNotifierAwsses) GetGroup() core.ModuleGroup

func (*GlobalNotifierAwsses) GetName

func (m *GlobalNotifierAwsses) GetName() string

func (*GlobalNotifierAwsses) GetType

func (m *GlobalNotifierAwsses) GetType() core.ModuleType

func (*GlobalNotifierAwsses) InitModule

func (m *GlobalNotifierAwsses) InitModule(_cfg interface{}) error

func (*GlobalNotifierAwsses) InitPipe

func (m *GlobalNotifierAwsses) InitPipe(w io.Writer, r io.Reader) error

func (*GlobalNotifierAwsses) Run

Jump to

Keyboard shortcuts

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