Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for the Azure Email Communication Service.
func NewClient ¶
NewClient creates a new client for Azure Email Communication Service. Use the provided endpoint, access key, and email address from your communication service.
type Mail ¶
type Mail struct {
Recipients MailRecipients
Content MailContent
Attachments []MailAttachment
}
type MailAddress ¶
type MailAttachment ¶
type MailContent ¶
type MailRecipients ¶
type MailRecipients struct {
To []MailAddress `json:"to"`
Cc []MailAddress `json:"cc"`
Bcc []MailAddress `json:"bcc"`
}
Click to show internal directories.
Click to hide internal directories.