Oihana PHP Enums

OriginatorHeaderTrait

Originator header field names (RFC 5322 §3.6.2).

Mixed into MailHeader.

Tags
author

Marc Alcaraz

since
1.2.0

Table of Contents

Constants

DATE  : string = 'Date'
`Date` — Origination date of the message (RFC 5322 §3.6.1).
FROM  : string = 'From'
`From` — Author(s) of the message (RFC 5322 §3.6.2).
REPLY_TO  : string = 'Reply-To'
`Reply-To` — Mailbox(es) to which replies should be sent.
SENDER  : string = 'Sender'
`Sender` — Mailbox of the agent responsible for the actual transmission.

Constants

DATE

`Date` — Origination date of the message (RFC 5322 §3.6.1).

public string DATE = 'Date'

REPLY_TO

`Reply-To` — Mailbox(es) to which replies should be sent.

public string REPLY_TO = 'Reply-To'

SENDER

`Sender` — Mailbox of the agent responsible for the actual transmission.

public string SENDER = 'Sender'
On this page

Search results