mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-09 08:01:32 +00:00
8 lines
230 B
Markdown
8 lines
230 B
Markdown
# `address.email`
|
|
|
|
Returns the full *user@domain* version of the address. For example, if the address is
|
|
`"first.last@example.com"`, `address.email` will evaluate as `"first.last@example.com"`.
|
|
|
|
See also [address.user](user.md).
|
|
|