Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SESEmailService ¶
func (*SESEmailService) SendEmail ¶
func (svc *SESEmailService) SendEmail(input *SendEmailInput) error
func (*SESEmailService) SendRawEmailWithAttachment ¶
func (svc *SESEmailService) SendRawEmailWithAttachment(input *SendEmailWithAttachmentInput) error
SendRawEmailWithAttachment sends SES raw email with attachment
type SendEmailInput ¶
type Service ¶
type Service interface {
SendEmail(input *SendEmailInput) error
SendRawEmailWithAttachment(input *SendEmailWithAttachmentInput) error
}
Click to show internal directories.
Click to hide internal directories.