The add command adds arbitrary headers or text
to the message. To add a header, use the following syntax:
For example:
add header[X-Comment-1] "GNU's Not Unix!" add [X-Comment-2] "Support FSF!"
To add text to the body of the message, use:
Adds the text to the message body. Use of this command with ‘here document’ syntax allows to append multi-line text to the message, e.g.:
add body <<-EOT Regards, Hostmaster EOT
This document was generated on January 6, 2024 using texi2html 5.0.