mail_utils

package
v0.0.0-...-4a192ad Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const GmailSMTP = "smtp.google.com:587"

Variables

This section is empty.

Functions

func SendEmail

func SendEmail(opts SendMailOptions) error

Types

type SendMailOptions

type SendMailOptions struct {
	From         string
	To           string
	SMTPServer   string
	SMTPPassword string
	EmailSubject string
	EmailBody    string
	HTML         bool
}

Jump to

Keyboard shortcuts

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