Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Region string
AccessKeyID string
SecretAccessKey string
EmailSender string
PushNotificationARN string
}
Client contains the AWS configuration and methods
func (*Client) SendEmail ¶
func (c *Client) SendEmail(recipient, subject, htmlBody string) (*ses.SendEmailOutput, error)
SendEmail delivery an email utilizing the AWS SES service
func (*Client) SetEmailSender ¶
func (*Client) SetPushNotificationARN ¶
Click to show internal directories.
Click to hide internal directories.