mailutil

package
v0.0.0-...-baf4ea5 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mailutil provides mail sending utilities

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Send

func Send(config Config, to []string, subject, message string) (err error)

Types

type Config

type Config struct {
	SmtpHost     string
	SmtpPort     int
	SmtpUsername string
	SmtpPassword string
	From         string
}

Jump to

Keyboard shortcuts

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