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?
Kind of a pain as a first experience, I know. REBOL used to use just
SMTP, but included changes for ESMTP more recently.
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
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