Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailSenderConfiguration ¶
type EmailSenderConfiguration struct {
Namespace string `json:"namespace"`
FromAddress string `json:"fromAddress"`
FromName string `json:"fromName"`
APIKey string `json:"apiKey"`
IsDomainAuthenticated bool `json:"isDomainAuthenticated"`
EmailTemplates []*EmailTemplate `json:"emailTemplates,omitempty"`
}
func (EmailSenderConfiguration) GetEmailTemplate ¶
func (d EmailSenderConfiguration) GetEmailTemplate(name string) *EmailTemplate
type EmailTemplate ¶
type ErrorEntity ¶
Click to show internal directories.
Click to hide internal directories.