send

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

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

Go to latest
Published: Jan 16, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Page

func Page(w http.ResponseWriter, r *http.Request)

Types

type FormField

type FormField struct {
	ID    string
	Name  string
	Value string
}

func (FormField) String

func (f FormField) String() string

type SendForm

type SendForm struct {
	SMTP struct {
		Host     string
		Port     string
		SSL      string
		Login    string
		Password string
	}
	Sender struct {
		Name  string
		Email string
	}
	Recipient struct {
		Email string
	}
	Message struct {
		Subject string
		Text    string
	}
}

type TemplateData

type TemplateData struct {
	Body SendForm
}

Jump to

Keyboard shortcuts

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