Oihana PHP Enums

DestinationHeaderTrait

Destination address header field names (RFC 5322 §3.6.3).

Mixed into MailHeader.

Tags
author

Marc Alcaraz

since
1.2.0

Table of Contents

Constants

BCC  : string = 'Bcc'
`Bcc` — Blind carbon-copy recipient(s); removed before delivery.
CC  : string = 'Cc'
`Cc` — Carbon-copy recipient(s).
TO  : string = 'To'
`To` — Primary recipient(s) of the message.

Constants

BCC

`Bcc` — Blind carbon-copy recipient(s); removed before delivery.

public string BCC = 'Bcc'
On this page

Search results