# user ```lua local user = 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).