mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-24 16:00:18 +00:00
13 lines
311 B
Markdown
13 lines
311 B
Markdown
# recipient_list
|
|
|
|
{{since('2025.12.02-67ee9e96')}}
|
|
|
|
```lua
|
|
message:recipient_list()
|
|
```
|
|
|
|
Returns an array style table holding each envelope recipient of the message.
|
|
Each element of the array is an [EnvelopeAddress](../address/index.md)
|
|
|
|
See also [message:sender](sender.md), [message:recipient](recipient.md)
|