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

[REBOL] Re: Altme: how to find groups

From: sqlab:gmx at: 18-Jun-2003 9:23

Hello Matt
> On a more general note; regarding my earlier query about SMTP > authorization with Rebol, a few were good enough to point out the > esmtp scheme and so on. I've just got around to trying it out and, > well, it basically doesn't work. Cryptic error messages about some > problem in the AUTHing. It's talking to a Sendmail server as far as I > know. If it was just normal Rebol code I'm sure I could hack it but > it's written as a scheme and I really just don't 'get' how it works. >
I guess I encountered similar problems some time ago switching to a new release of Rebol. As I do not have the original anymore, I can just guess what I changed. Exchange the open-check : [.....] with this open-check: [none "220" ["EHLO" system/network/host] "250" "AUTH LOGIN" 334 [enbase/base port/user 64] "334" [enbase/base port/pass 64] "235"] If this does not help, I can send you the whole scheme, that works here with the Microsoft mail server. AR btw I prefer the mailing list too, but check AltMe regularly now. -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!