Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailDeliveryClient ¶
type EmailDeliveryClient struct {
// contains filtered or unexported fields
}
func NewEmailDeliveryClient ¶
func NewEmailDeliveryClient(smtpServer, agentEmail string, smtpAuth smtpPkg.Auth) *EmailDeliveryClient
func (*EmailDeliveryClient) SendEmail ¶
func (c *EmailDeliveryClient) SendEmail(to, subject, body string) error
Click to show internal directories.
Click to hide internal directories.