OriginatorHeaderTrait
Originator header field names (RFC 5322 §3.6.2).
Mixed into MailHeader.
Tags
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'
FROM
`From` — Author(s) of the message (RFC 5322 §3.6.2).
public
string
FROM
= 'From'
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'