mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-09 20:12:13 +00:00
```lua
request:form_multipart_data {
to = message:recipient().email,
message = {
data = message:get_data(),
file_name = "mime.msg",
}
}
```