email_repository

package
v0.0.0-...-aae186d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

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

func (p *AWS_SES_SDKEmailServices) SendEMailWithAttachment(
	strSender string,
	arrRecipient []string,
	arrCCAddresses []string,
	strSubject string,
	strBody string,
	strAttachmentFile string) error

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

func (p *AWS_SES_SMTPEmailServices) SendEMailWithAttachment(
	strSender string,
	arrRecipient []string,
	arrCCAddresses []string,
	strSubject string,
	strBody string,
	strAttachmentFile string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL