smtp

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2023 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SMTPService

type SMTPService interface {
	micro.Service
	Send(to []string, subject string, body string, contentType string) error
	AsyncSend(to []string, subject string, body string, contentType string) error
}

func GetSMTPService

func GetSMTPService(ctx micro.Context, name string) (SMTPService, error)

Jump to

Keyboard shortcuts

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