Documentation ¶
Index ¶
- type Address
- type Attachment
- type Client
- func (e Client) DefaultAdminAddress() string
- func (e Client) DefaultReplyTo() string
- func (e Client) DefaultSenderName() string
- func (e Client) NoReplySenderAddress() string
- func (e Client) SendHTMLEmail(from, to, replyTo Address, subject, text string) error
- func (e Client) SupportSenderAddress() string
- type EmailMessage
- type EmailMessageWithAttachment
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) DefaultAdminAddress ¶
func (Client) DefaultReplyTo ¶
func (Client) DefaultSenderName ¶
func (Client) NoReplySenderAddress ¶
func (Client) SendHTMLEmail ¶
func (Client) SupportSenderAddress ¶
type EmailMessage ¶
type EmailMessageWithAttachment ¶
type EmailMessageWithAttachment struct { EmailMessage Attachment []Attachment `json:"attachment,omitempty"` }
Click to show internal directories.
Click to hide internal directories.