Skip to main content

Name

msg:raw — Set or returns the message content

Synopsis

msg:raw(value);

value: string, optional

Description

If a value is provided, set the content of the message to that value. Otherwise this function returns the full RFC2822 message as a string.

Enable this function with the statement require('msys.extended.message');.

Was this page helpful?