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