mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-12 05:22:13 +00:00
26 lines
731 B
Markdown
26 lines
731 B
Markdown
# FromHeader
|
|
|
|
!!! info
|
|
This page was generated by extracting information from a JSON Schema
|
|
data file for the API. It may be missing some information, or otherwise
|
|
suggest approximate or placeholder values based on information in the
|
|
schema file; this is due to limitations on how that data is extracted
|
|
from the underlying Rust code and into the JSON Schema, and then again
|
|
from there and into these docs.
|
|
|
|
|
|
This is an object value, with the following properties:
|
|
|
|
|
|
* `email` - required `string` (`email`). The email address of the sender
|
|
|
|
* `name` - optional nullable `string`. The displayable name of the sender
|
|
|
|
### Examples
|
|
```json
|
|
{
|
|
"email": "sales@sender-example.com",
|
|
"name": "Sales"
|
|
}
|
|
```
|