mailgunclient

package
v0.0.0-...-5b5ecee Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: MIT Imports: 4 Imported by: 0

README

Infra

this directory contains;

  • Third party deps logics

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMailgunClient

func NewMailgunClient(c config.Config) *mailgunClient

func SendResetPasswordEmail

func SendResetPasswordEmail(toEmail string, token string) error

func SendWelcomeEmail

func SendWelcomeEmail(toEmail string) error

Types

type MailgunClient

type MailgunClient interface {
	Welcome(subject, text, to, htmlStr string) error
	ResetPassword(subject, text, to, htmlStr string) error
}

Jump to

Keyboard shortcuts

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