service

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MailJet

type MailJet struct {
	PublicKey  string
	PrivateKey string
}

func (*MailJet) SendEmail

func (m *MailJet) SendEmail(email domain.Email) error

type SMTPSender

type SMTPSender struct {
	Host     string
	Port     string
	Username string
	Password string
}

func (*SMTPSender) SendEmail

func (s *SMTPSender) SendEmail(email domain.Email) error

Jump to

Keyboard shortcuts

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