mailjet

package
v0.0.0-...-c9dd37d Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connector

type Connector interface {
	Send(msg *Message) error
}

func NewConnector

func NewConnector(cfg *config) Connector

type Mailjeter

type Mailjeter interface {
	Mailjet() Connector
}

func NewMailjeter

func NewMailjeter(getter kv.Getter) Mailjeter

type Message

type Message struct {
	Destination string
	Subject     string
	Text        *string
	Html        *string
	From        *string
}

Jump to

Keyboard shortcuts

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