mailsend_pkg

package
v5.0.1+incompatible Latest Latest
Warning

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

Go to latest
Published: May 28, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MAILSEND

type MAILSEND interface {
	CreateGeneratethemailsendrequest(*models_pkg.Send) (interface{}, error)
}

* Interface for the MAILSEND_IMPL

type MAILSEND_IMPL

type MAILSEND_IMPL struct {
	// contains filtered or unexported fields
}

* Client structure as interface implementation

func NewMAILSEND

func NewMAILSEND(config configuration_pkg.CONFIGURATION) *MAILSEND_IMPL

* Factory for the MAILSEND interaface returning MAILSEND_IMPL

func (*MAILSEND_IMPL) CreateGeneratethemailsendrequest

func (me *MAILSEND_IMPL) CreateGeneratethemailsendrequest(
	body *models_pkg.Send) (interface{}, error)

*

  • The endpoint send is used to generate the request to pepipost server for sending an email to recipients.
  • @param *models_pkg.Send body parameter: Required
  • @return Returns the interface{} response from the API call

Jump to

Keyboard shortcuts

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