object

package
v0.0.0-...-d60bda4 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmailData

type EmailData struct {
	/*
		Namespace that sending the email.
		In "configservice" mode: this namespace is used to fetch the email sender configuration from Config Service.
	*/
	Namespace string
	/*
		From Email Address.
		In "configservice" mode: from-address already configured in Config Service,
		but this field could be used to replace it if necessary.
	*/
	From string
	/*
		From Name.
		In "configservice" mode: from-name already configured in Config Service,
		but this field could be used to replace it if necessary.
	*/
	FromName     string
	To           string
	Subject      string
	ReplyTo      string
	XMCTemplate  string
	XMCMergeVars map[string]interface{}
	Categories   []string
}

func (*EmailData) SetTemplateAdditionalData

func (d *EmailData) SetTemplateAdditionalData()

Jump to

Keyboard shortcuts

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