[REBOL] Re: Questions
From: antonr:iinet:au at: 5-May-2003 13:53
Check out the help and source of set-net.
In the help it tells the format of the settings
block, with default-server being your smtp server.
The source shows you where in the rebol system
object all those settings end up.
Make sure your pop and smtp servers are written the
right way around. eg.
set-net [[me--here--org] "smtp.here.org" "pop.here.org"]
The set-net line in in the user.r file in the
rebol root directory (system/options/home).
The other thing is it could be that you have to check
for mail first before trying to send. Some mail servers
require you do this shortly before sending as a measure
against spammers. And popular email clients do this
automatically for you.
Anton.