Hi MAx, AFAK standard Rebol is not able to do this, but you can get my
http://www.h-o-h.org/mail-patches-255.r which adds the ability to send ["Ingo Hohmann" [EMAIL PROTECTED] {mailtext} furthermore your username (from set-user-name) is added to the From: header. Kind regards, Ingo [EMAIL PROTECTED] wrote: > hi, > > something is nagging me about the way rebol builds the header when sending mail. > > we can't seem to add a label to the from: mail address > > here are two valid headers: > > > From: "Maxim Olivier-Adlhoch" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > From: [EMAIL PROTECTED] > > note that the first one contains a string-based name to itself, so that all the > tools like a mailer, can properly identify the sender, by something others than a > cryptic mail address... > > is there a way to construct a mail header is such a way that the name is always > included like in the first example? > > > thanks! > > -MAx > > > -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.