Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Attachment ¶
type EmailRequest ¶
type EmailRequest struct {
To []string `json:"to"`
Cc []string `json:"cc"`
Bcc []string `json:"bcc"`
Subject string `json:"subject"`
Body string `json:"body"`
Attachments []Attachment `json:"attachments"`
Configuration SMTPConfiguration `json:"configuration"`
}
Click to show internal directories.
Click to hide internal directories.