[REBOL] Re: Where to find "Style Chapter"?
From: gregg:pointillistic at: 10-May-2007 21:09
Hi Hu,
HH> It is true that there are less docs in REBOL than in other language. Maybe
HH> it is because REBOL is much easier to use than any other language:)
REBOL is easy to use...to begin with, but it's also very deep, and not
all the details are doc'd (officially). I think the original Core
manual does a good job, and covers things pretty well, along with the
word-browser/online function reference, you can go a long way. We all
want better docs though, including RT. :)
HH> Actually i have another question. When i use "send" function to send email,
HH> it fails when my smtp server needs authentication. I wonder if it is a
HH> commercial function.
If you put your ESMTP info in %user.r, under the set-net call, it
should work, if you're using a newer release. Older versions just
included SMTP. The last two params to set-net are your ESMTP user and
password (do ? set-net in the console to see all the params). The
Viewtop (built-in desktop) hasn't been updated to include them yet
AFAIK.
-- Gregg