HumHub Documentation (unofficial)

Envelope
in package

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Properties

$recipients  : mixed
$sender  : mixed

Methods

__construct()  : mixed
create()  : self
getRecipients()  : array<string|int, Address>
getSender()  : Address
setRecipients()  : void
setSender()  : void

Properties

$recipients

private mixed $recipients = []

Methods

getSender()

public getSender() : Address
Return values
Address

Returns a "mailbox" as specified by RFC 2822 Must be converted to an "addr-spec" when used as a "MAIL FROM" value in SMTP (use getAddress())

setRecipients()

public setRecipients(array<string|int, Address$recipients) : void
Parameters
$recipients : array<string|int, Address>
Loading…
On this page

Search results