email

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2024 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Destination

type Destination struct {
	To           string `mapstructure:"to" description:"Email address of where to send certificates"`
	From         string `credential:"true" mapstructure:"from" description:"Email of from address"`
	SMTPHost     string `credential:"true" mapstructure:"host" description:"SMTP Host"`
	SMTPPort     string `credential:"true" mapstructure:"port" description:"SMTP Port"`
	SMTPUsername string `credential:"true" mapstructure:"username" description:"SMTP Username"`
	SMTPPassword string `credential:"true" mapstructure:"password" description:"SMTP Password"`
}

func (Destination) Description

func (d Destination) Description() string

func (Destination) Upload

func (d Destination) Upload(request models.CertRequest, cert *certificate.Resource) error

Jump to

Keyboard shortcuts

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