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

[REBOL] Re: SMTP authentication

From: brett:codeconscious at: 18-Apr-2001 11:05

Hi Nick I'm sorry if I've overlooked any info you have already provided about the problem.. Have you tried this type method of authentication in rebol (example is FTP from the manual)? read [ scheme: 'FTP host: "ftp.example.com" port-id: 8000 target: %/file.txt user: "bill" pass: "vbs" ] The other thing is. Have you been sucessful with another client that you are perhaps more familiar with? Not to say Rebol can't do it, but as a check to ensure that it is not some other Networking problem. I looked at the trace you gave and I wonder if this is a corporate lan or an ISP. Brett.