Documentation ¶
Overview ¶
Package mail provides Temporal's email utilities
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { APIKey string `json:"api_key"` EmailAddress string `json:"email_address"` // EmailAddress is the address from which messages will be sent from EmailName string `json:"email_name"` // EmailName is the name of the email address // contains filtered or unexported fields }
Manager is our manager that handles email sending
func NewManager ¶
NewManager is used to create our mail manager, allowing us to send email
Click to show internal directories.
Click to hide internal directories.