Documentation

Sendmail extends AbstractTransport
in package

Sendmail transport class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

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

license

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

version
3.6.0

Table of Contents

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

Properties

$params

Sendmail params

protected string $params = null

Methods

__construct()

Constructor

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

Instantiate the Sendmail transport object

Parameters
$params : string = null
Return values
mixed

getParams()

Get the params

public getParams() : string
Return values
string

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

Search results