mail

package
v0.0.0-...-9e9902e Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AmazonSESService

type AmazonSESService interface {
	SendMailVendor
}

AmazonSESService is mail service for Amazon SES

func NewAmazonSESService

func NewAmazonSESService(config *config.Config) AmazonSESService

NewAmazonSESService is factory method of AmazonSESService

type SendGridService

type SendGridService interface {
	SendMailVendor
}

SendGridService is mail service for SendGrid

func NewSendGridService

func NewSendGridService(config *config.Config) SendGridService

NewSendGridService is factory method of SendGridService

type SendMailVendor

type SendMailVendor interface {
	Send(contents request.SendMail) error
}

SendMailVendor is interface of mail vendor

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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