Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: CGI Problem

From: rsaathoff:datajunction at: 23-Jul-2001 12:51

It worked! All I had to do was a set-net at the beginning of the script. Thanks! Ryan ----- Original Message ----- From: "Ryan Cole" <[ryanc--iesco-dms--com]> To: <[rebol-list--rebol--com]> Sent: Friday, July 20, 2001 4:32 PM Subject: [REBOL] Re: CGI Problem
> Hey Ryan, > I am pretty sure I have seen this before when rebol cant find the user.r
file. Run a 'set-net from your cgi, or make sure rebol can find the user.r file.
> --Ryan Cole > > Ryan wrote: > > > Hi all, > > I was writing up a form and used REBOL to do the CGI. The form will
simply collect the data and send the data in an email to the site admin. I have a problem when the execution gets to sending the email. I get a Rebol error that says: ** User Error: No network server for smtp is specified. ** Where: smtp-port: open [scheme: 'smtp] if email? " This isn't live on the web yet, I'm still testing it using Apache on my machine. Has anyone else ran into this issue, or know how it can be fixed?