Slot: sender
The machine readable email address of the system or server that actually
transmitted the email message, extracted from the email headers per RFC 5322.
This differs from the from field, which shows the message author.
The sender field is most commonly used when multiple addresses appear in the
from_list field, or when the transmitting system is different
from the message author (such as when sending on behalf of someone else).
URI: ocsf:sender Alias: sender
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| The Email object describes the email metadata such as sender, recipients, and | no |
Properties
Type and Range
| Property | Value |
|---|---|
| Range | EmailT |
| Domain Of |
Cardinality and Requirements
| Property | Value |
|---|---|
Aliases
- Sender
See Also
Notes
- RFC 5322 — https://www.rfc-editor.org/rfc/rfc5322
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ocsf:sender |
| native | ocsf:sender |
LinkML Source
name: sender
description: 'The machine readable email address of the system or server that actually
transmitted the email message, extracted from the email headers per RFC 5322.
This differs from the <code>from</code> field, which shows the message author.
The sender field is most commonly used when multiple addresses appear in the
<code> from_list </code> field, or when the transmitting system is different
from the message author (such as when sending on behalf of someone else).'
notes:
- RFC 5322 — https://www.rfc-editor.org/rfc/rfc5322
from_schema: https://w3id.org/lmodel/ocsf
see_also:
- https://www.rfc-editor.org/rfc/rfc5322
aliases:
- Sender
rank: 1000
alias: sender
domain_of:
- Email
range: EmailT