Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Problem with set-net in user.r

From: arolls::bigpond::net::au at: 17-Aug-2001 14:14

> Hello I tried to put an alias in the email adress but there is an error : > set-net [ laplace<[laplace--worldnet--fr]> mail.worldnet.fr none none none > news.worldnet.fr ]
rebol does not see laplace<[laplace--worldnet--fr]> as a value of type email! And I don't think rebol is currently programmed to recognize aliases in email addresses. So I do not think it is going to work. However, I could be wrong. I tried sending email with an alias as argument to send, and also in a custom header for send/header, but it didn't really work. I suppose it is all because of the same reason above.