email_repository

package
v0.0.0-...-696f857 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: MIT Imports: 9 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

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

Jump to

Keyboard shortcuts

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