[testing headers 2/4]
[1/6] from: rebol665:ifrance at: 26-Nov-2002 10:45
Hi list,
I am trying different options to send emails.
Using Ladislav recursive method, so you can check the code.
Patrick
code: [
header: make system/standard/email [
to: "rebol list <[rebol-list--rebol--com]>"
From: [rebol665--ifrance--com]
reply-to: "pat665 <[rebol665--ifrance--com]>"
subject: "[testing headers 2/4]"
]
contents: copy {
Hi list,
I am trying different options to send emails.
Using Ladislav recursive method, so you can check the code.
Patrick
}
append contents "code: "
append contents mold code
send/header [rebol-list--rebol--com] contents header
]
[2/6] 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
]
[3/6] from: rebol665:ifrance at: 28-Nov-2002 14:36
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 <[rebol665--ifrance--com]>"
reply-to: "pat665 <[rebol665--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
]
[4/6] from: rebol665:ifrance at: 28-Nov-2002 14:58
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: "Ladislav Mecir <[ladislav--mecir--vslib--cz]>"
from: "pat665 <[rebol665--ifrance--com]>"
reply-to: "pat665 <[rebol665--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
]
[5/6] from: reboler:ifrance at: 28-Nov-2002 17:34
Hi Ladislav,
Thanks for all.
I have just sent a new test (not this one).
Regards
Patrick
[6/6] from: lmecir:mbox:vol:cz at: 28-Nov-2002 15:47
Interesting: all my trials seem to have made it to the list.
-L