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

[REBOL] Re: [IDE] JavaFX, NetBeans etc.

From: jblake:arsenaldigital at: 9-May-2007 16:54

I'm trying to create a script to send e-mail notifications as a different user from our exchange server. The script I did to read e-mails works fine using pop. The meaty part of the script is; set-net [ user-domain smtp-server pop-server ] I'm trying to edit the blast.r script on the Rebol site; http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=blast.r It "appears" to work in that the script runs and when I print out specific parts (to,from,contents) it is correct. I have it sending to me from another account but I don't see any messages in the outbox of the other account. The Windoze admin doesn't see any errors nor messages from that user. Do I have to "open smtp" to send it out? I'm missing something..... John