goawsses

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2020 License: MIT Imports: 4 Imported by: 0

README

go-aws-ses

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultCharSet = "UTF-8"

Functions

This section is empty.

Types

type Configs

type Configs struct {
	AccessIdKey, AccessIdSecret, Region, FromAddress string
}

type Service

type Service struct {
	// contains filtered or unexported fields
}

func NewService

func NewService(key, secret, region, from string) (*Service, error)

func (*Service) Send

func (s *Service) Send(to, subject, body string) (string, error)

Send 发送邮件,返回 msg id

Jump to

Keyboard shortcuts

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