It should've worked.
Seems like the rebol you have does not have smtp setup correctly.
Try this:
>>> print probe system/schemes/smtp
it should print out a lot of code.
if it does...
>>>print system/schemes/smtp/port-id
this should print the port being used.
set it using
>>>system/schemes/smtp: 25
now try the
>>>send ...
if it doesn't...
don't know... upgrade ??
Shalabh
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 17, 1999 8:16 PM
Subject: [REBOL] problem with mail!!!
|
| On Wed, 17 Nov 1999 [EMAIL PROTECTED] wrote:
|
| > Before you
| > send [EMAIL PROTECTED] "This is a test "
| >
| > Just try
| > set-net ( [EMAIL PROTECTED] smtp_hostname )
| >
| >
|
|
|
| i did set-net [ subhra.... mail.iitk.ac.in ]
| and then here it is ....
| ---------------------------------
| >> send [EMAIL PROTECTED] "hello!!!"
| connecting to: mail.iitk.ac.in
| ** Access Error: Port none not open.
| ** Where: smtp-port: open [scheme: 'smtp]
| if email?
| ------------------------------------
| Now what????
|