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

[REBOL] CGI Problem

From: rsaathoff::datajunction::com at: 20-Jul-2001 16:23

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? TIA, Ryan