mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 04:22:13 +00:00
8 lines
209 B
Markdown
8 lines
209 B
Markdown
# `address.domain`
|
|
|
|
Returns the domain portion of the address. For example, if the address is
|
|
`"first.last@example.com"`, `address.domain` will evaluate as `"example.com"`.
|
|
|
|
See also [address.user](user.md).
|
|
|