Documentation ¶
Index ¶
- type AWS_SES_SDKEmailServices
- func (p *AWS_SES_SDKEmailServices) InitializeService(props utils.Map) error
- func (p *AWS_SES_SDKEmailServices) SendEMail(strSender string, strRecipient string, strSubject string, strBody string) error
- func (p *AWS_SES_SDKEmailServices) SendEMail2(strSender string, arrRecipients []string, arrCCAddresses []string, ...) error
- func (p *AWS_SES_SDKEmailServices) SendEMailWithAttachment(strSender string, arrRecipient []string, arrCCAddresses []string, ...) error
- type AWS_SES_SMTPEmailServices
- func (p *AWS_SES_SMTPEmailServices) InitializeService(props utils.Map) error
- func (p *AWS_SES_SMTPEmailServices) SendEMail(strSender string, strRecipient string, strSubject string, strBody string) error
- func (p *AWS_SES_SMTPEmailServices) SendEMail2(strSender string, arrRecipients []string, arrCCAddresses []string, ...) error
- func (p *AWS_SES_SMTPEmailServices) SendEMailWithAttachment(strSender string, arrRecipient []string, arrCCAddresses []string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWS_SES_SDKEmailServices ¶
type AWS_SES_SDKEmailServices struct {
// contains filtered or unexported fields
}
AWSStorageServices - AWS Storage Service structure
func (*AWS_SES_SDKEmailServices) InitializeService ¶
func (p *AWS_SES_SDKEmailServices) InitializeService(props utils.Map) error
func (*AWS_SES_SDKEmailServices) SendEMail ¶
func (p *AWS_SES_SDKEmailServices) SendEMail(strSender string, strRecipient string, strSubject string, strBody string) error
Send EMail to Single Recipient
func (*AWS_SES_SDKEmailServices) SendEMail2 ¶
func (p *AWS_SES_SDKEmailServices) SendEMail2(strSender string, arrRecipients []string, arrCCAddresses []string, strSubject string, strBody string) error
Send Email to Multiple Recipient
func (*AWS_SES_SDKEmailServices) SendEMailWithAttachment ¶
type AWS_SES_SMTPEmailServices ¶
type AWS_SES_SMTPEmailServices struct {
// contains filtered or unexported fields
}
AWSStorageServices - AWS Storage Service structure
func (*AWS_SES_SMTPEmailServices) InitializeService ¶
func (p *AWS_SES_SMTPEmailServices) InitializeService(props utils.Map) error
func (*AWS_SES_SMTPEmailServices) SendEMail ¶
func (p *AWS_SES_SMTPEmailServices) SendEMail(strSender string, strRecipient string, strSubject string, strBody string) error
Send EMail to Single Recipient
func (*AWS_SES_SMTPEmailServices) SendEMail2 ¶
func (p *AWS_SES_SMTPEmailServices) SendEMail2(strSender string, arrRecipients []string, arrCCAddresses []string, strSubject string, strBody string) error
Send Email to Multiple Recipient
func (*AWS_SES_SMTPEmailServices) SendEMailWithAttachment ¶
Click to show internal directories.
Click to hide internal directories.