mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-25 05:38:18 +00:00
7 lines
208 B
Markdown
7 lines
208 B
Markdown
# `address.user`
|
|
|
|
Returns the mailbox portion of the address. For example, if the address is
|
|
`"first.last@example.com"`, `address.user` will evaluate as `"first.last"`.
|
|
|
|
See also [address.domain](domain.md).
|