Documentation

Sendmail extends AbstractTransport
in package

Sendmail 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

Properties

$params  : string|null
Sendmail params

Methods

__construct()  : mixed
Constructor
getParams()  : string|null
Get the params
send()  : bool
Send the message
setParams()  : Sendmail
Set the params

Properties

$params

Sendmail params

protected string|null $params = null

Methods

__construct()

Constructor

public __construct([string|null $params = null ]) : mixed

Instantiate the Sendmail transport object

Parameters
$params : string|null = null

getParams()

Get the params

public getParams() : string|null
Return values
string|null

send()

Send the message

public send(Message $message) : bool
Parameters
$message : Message
Return values
bool

setParams()

Set the params

public setParams(string $params) : Sendmail
Parameters
$params : string
Return values
Sendmail

        
On this page

Search results