mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-07 00:01:00 +00:00
326 B
326 B
message:set_recipient(ENVELOPE)
{{since('dev')}}
Sets the envelope recipient of the message. The value can be an
EnvelopeAddress or a string that can be
parsed into an EnvelopeAddress.
message:set_recipient 'someone.else@example.com'
See also message:set_sender.