[REBOL] Re: [testing headers 2/4]
From: reboler:ifrance at: 28-Nov-2002 15:04
Hi list,
this is Ladislav. I am just trying to use a different name than usual to find out, what
is going on for Pat:
code: [
header: make system/standard/email [
to: "rebol list <[rebol-list--rebol--com]>"
from: "pat665 <[reboler--ifrance--com]>"
reply-to: "pat665 <[reboler--ifrance--com]>"
subject: "Re: [REBOL] [testing headers 2/4]"
]
contents: copy {
Hi list,
this is Ladislav. I am just trying to use a different name than usual to find out, what
is going on for Pat:
}
append contents "code: "
append contents mold code
send/header [rebol-list--rebol--com] contents header
]