mail

package
v0.1.11 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2026 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 SendEmailRequest

type SendEmailRequest struct {
	Host     string // SMTP 호스트 (예: smtp.gmail.com)
	Port     int    // SMTP 포트 (예: 587)
	Username string
	Password string
	From     string
	To       string
	Subject  string
	Body     string // plain text
}

type SendEmailResponse

type SendEmailResponse struct{}

func SendEmail

func SendEmail(req SendEmailRequest) (SendEmailResponse, error)

type SendTemplateEmailRequest

type SendTemplateEmailRequest struct {
	To           string
	Subject      string
	TemplateName string
}

type SendTemplateEmailResponse

type SendTemplateEmailResponse struct{}

Jump to

Keyboard shortcuts

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