[REBOL] Re: how to put the name in the sender-adress of an email?
From: gjones05:mail:orion at: 18-Jun-2001 15:53
From: Scott Jones
> > header: make system/standard/email [
> > From: ["^"Volker Nitsch^"" [volker--volker--com]
> > Subject: "Hello, to myself"
> > ]
> >
> > send/header [volker--volker--com] "Hi, Volker, How are you today?" header
> >
From: "Volker Nitsch"
> and killed the bracket!!! but that was easy to fix :)
Whoops!!
> to-me: [volker--volker--org]
>
> ;this works
> send to-me join "plain send " [now]
>
> ;and this
> send/header to-me join "email with header /body " [now]
> probe make system/standard/email [
> From: reduce [to-me]
> Subject: join "email with header /subject " [now]
> ]
>
> ;and this not
> send/header to-me join "email with header /body " [now]
> probe make system/standard/email [
> From: reduce ["^"Volker Nitsch^"" to-me]
> Subject: join "email with header /subject " [now]
> ]
>
> maybe my machine hates me? or is paranoid? oops, has it a cause?
> desperate yours
Well, this all works on Win98 /View, so you must be right. Maybe you have done
something to offend your machine. Maybe you insulted it be using Java or Perl
on it.
;-)
Seriously, maybe you should submit it as a possible bug in the Linux version
(you use Linux, right?).
Sorry, but be kind to your computer, Volker!!
;-)
--Scott Jones