Setup

4 views
Skip to first unread message

furby

unread,
Dec 16, 2006, 4:52:18 PM12/16/06
to REBOL
I am new to Rebol and so I probably just installed and set the language
up incorrectly, but every time I execute this command :

send emai...@address.com "test"

(of course, I have changed the address to a bogus one)

I get this error :

** Access Error: Network timeout
** Where: confirm
** Near: smtp-port: open [scheme: 'esmtp]

What am I doing wrong?

Gregg

unread,
Dec 17, 2006, 12:28:04 PM12/17/06
to REBOL
I'm not an ESMTP guru--maybe re-post this on the standard ML so more
people will see it--but it could be an issue in the ESMTP scheme that
doesn't work with some servers (I think the EHLO cmd is the problem).
If so, you could try the latest experimental release on REBOL.net or
get Cesar Chavez's patch from REBOL.org.

Kind of a pain as a first experience, I know. REBOL used to use just
SMTP, but included changes for ESMTP more recently.

Oyster

unread,
Dec 21, 2006, 1:33:31 AM12/21/06
to REBOL
>> ? set-net
......
ARGUMENTS:
settings -- [email-addr default-server pop-server proxy-server
proxy-port-id proxy-type esmtp-user esmtp-pass]


the 'default-server' is the smtp address, for example, www.asmtp.com,
but I don't konw how to set its port if it is not 25. plz use 'none' if
a arg is not used

Gregg Irwin

unread,
Dec 22, 2006, 12:30:38 PM12/22/06
to Oyster
Hi Oyster,

O> the 'default-server' is the smtp address, for example, www.asmtp.com,
O> but I don't konw how to set its port if it is not 25. plz use 'none' if
O> a arg is not used

Webmail (www) is probably different, but if it's a standard port, you
can just put the port number at the end. e.g. www.asmtp.com:1024

--Gregg

Reply all
Reply to author
Forward
0 new messages