Hi I attached a modified version of %attach.r on the rebol
web site. attach.r contains a function called mail. It takes three
arguments. The first is the message which I named my_words.
The second is the header which I made called my_header.
The last is a block of files to send which I named files_to_send.

The last line of this script calls the function mail. providing the
three required arguments. See below.

mail my_words my_header files_to_send

When the function runs, it looks in your rebol directory
for a file called picture.jpg.

If you study the modifications I made you can
learn how to modify them to send your own files
Let me know if you have questions

timmy

attachtest.r

Reply via email to