[REBOL] Re: rebol headers when sending mail have no textual user name

2003-11-11 Thread Ingo Hohmann
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

[REBOL] Re: rebol headers when sending mail have no textual user name

2003-11-11 Thread Gullmes Micael
Hi, I hope this example can help: mail_header: make system/standard/email compose [ to: Maxim Olivier-Adlhoch from: [EMAIL PROTECTED] reply-to: [EMAIL PROTECTED] ] send/header [EMAIL PROTECTED] Hello mail_header Brgds /Micael

[REBOL] Re: rebol headers when sending mail have no textual user name

2003-11-11 Thread Ladislav Mecir
Hi Max, see http://www.escribe.com/internet/rebol/m28017.html 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