email

package
v0.0.6-alpha Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2026 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmailService

type EmailService interface {
	SendInviteEmail(ctx context.Context, params InviteEmailParams) error
}

func NewNoopEmailService

func NewNoopEmailService(logger logger.Logger) EmailService

func NewSMTPEmailService

func NewSMTPEmailService(config SMTPConfig) EmailService

type InviteEmailParams

type InviteEmailParams struct {
	ToEmail     string
	OrgName     string
	ProjectName string
	InviterName string
	InviteToken string
	ExpiresAt   time.Time
}

type SMTPConfig

type SMTPConfig struct {
	Host        string
	Port        string
	Username    string
	Password    string
	FromAddress string
	AppBaseURL  string
}

Jump to

Keyboard shortcuts

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