mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-19 08:01:07 +00:00
357 B
357 B
message:set_sender(ENVELOPE)
{{since('2023.08.22-4d895015')}}
Sets the envelope sender of the message. The value can be an
EnvelopeAddress or a string that can be
parsed into an EnvelopeAddress.
message:set_sender(string.format('bounce-%s@%s', HASH, DOMAIN))
See also message:set_recipient.