Documentation

Ses extends AbstractHttp
in package
implements TransportInterface

Mailgun API transport class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
4.0.0

Table of Contents

Interfaces

TransportInterface
Mail transport interface

Properties

$client  : mixed
Client

Methods

__construct()  : mixed
Create Office 365 object
createClient()  : Ses
Create the API client
getClient()  : mixed
Get client
hasClient()  : bool
Has client
parseOptions()  : array<string|int, mixed>
Parse options
send()  : mixed
Send the message
setClient()  : AbstractHttp
Set client

Properties

Methods

__construct()

Create Office 365 object

public __construct([array<string|int, mixed>|string|null $options = null ]) : mixed
Parameters
$options : array<string|int, mixed>|string|null = null

createClient()

Create the API client

public createClient(array<string|int, mixed>|string $options) : Ses
Parameters
$options : array<string|int, mixed>|string
Tags
throws
Exception|Exception
Return values
Ses

hasClient()

Has client

public hasClient() : bool
Return values
bool

parseOptions()

Parse options

public parseOptions(array<string|int, mixed>|string $options) : array<string|int, mixed>
Parameters
$options : array<string|int, mixed>|string
Tags
throws
Exception
Return values
array<string|int, mixed>

send()

Send the message

public send(Message $message) : mixed
Parameters
$message : Message

        
On this page

Search results