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

[REBOL] Antwort: Email setup question Re:

From: sharriff:aina:med-iq at: 12-Oct-2000 17:13

YESSS!!! it works now, thank you very very much "[christmn--clackamas]" forcing a scheme by writing it in the script worked, thank you very much Robert , " Norsepower" Best regards Sharriff Aina med.iq information & quality in healthcare AG Gutenbergstr. 42 [christmn--clackamas]. ds.adp.com An: [list--rebol--com] Kopie: 12.10.00 16:45 Thema: [REBOL] Email setup question Re: Bitte antworten an list Depending on where you have REBOL installed and where your cgi resides, the cgi may not be able to read user.r to know where SMTP server is. If the webserver has the REBOL_HOME variable defined in it, then you can can have a user.r in the REBOL_HOME directory. Otherwise you need a user.r file with the network definitions defined in it, resident in the same directory as your cgi scripts for REBOL to read user.r and get its network definitions. If all of this is already done, then I would look at the webserver, possibly check with your Admin group to see if SMTP is turned off by default under cgi or try a simple PERL script to try and send mail to see if it works under other scripting languages. You can also try to force defining the smtp host in the REBOL cgi script with - system/schemes/default/host: "your_smtp_host.your_domain.com" ----- Original Message ----- From: [Sharriff--Aina--med-iq--de] To: [list--rebol--com] Sent: Thursday, October 12, 2000 7:37 AM Subject: [REBOL] Email setup question Can someone tell me why I get this error when trying to send mail through a CGI form? Sending Email to [sharriff--aina--med-iq--de] ** User Error: No network server for smtp is specified. ** Where: smtp-port: open [scheme: 'smtp] if email? email works from rebol directly though. I deleted the "User.r" to force a new setup, no go. Could it be that it fails because I typed in an IP address instead of a resolved SMTP name? Best regards Sharriff Aina med.iq information & quality in healthcare AG