[REBOL] Re: sending e-mail as another user

2007-05-10 Thread Brian Tiffin
Hi John %blast.r is for sending %letter.txt to a csv list of addresses and names in %names.txt. The edits to %blast.r just modifies some of the header fields, not the account. If you've got it all set up %blast.r uses the SEND command from the account REBOL is running from. SET-NET accepts

[REBOL] sending e-mail as another user

2007-05-10 Thread John Blake
headers on an email are like pictures on a postcard. rebol[] set-net [ [EMAIL PROTECTED] mailhost.arsenaldigital.com mailhost.arsenaldigital.com none none none] body: { headers on an email are like pictures on a postcard. } header: make system/standard/email [ To: {John Blake

[REBOL] Re: [TDD with run.r] Help needed please...

2007-05-10 Thread melatiah
Thanks Anton for your help. :) The code provided has given me some new thoughts on the subject. I'm using tester.r instead of run.r as I have managed to get it to run, this is down to my hamfistedness. :) Cheers, Sash -- Pt! Schon vom neuen GMX MultiMessenger gehört? Der kanns mit

[REBOL] Re: [TDD with run.r] Help needed please...

2007-05-10 Thread melatiah
Thanks Gregg for the thoughts. I think when I get more to grips with REBOL and TDD I will be able to make better use of the great info you and others have provided. Thanks, Sash -- Pt! Schon vom neuen GMX MultiMessenger gehört? Der kanns mit allen:

[REBOL] Re: [TDD with run.r] Help needed please...

2007-05-10 Thread melatiah
Hi Peter, First thing I realise is from what you wrote is RUnit and run.r are different. RUnit I gather is a much more complete testing framework. I will delve deeper to find out how to use RUnit I like the idea I could at least create objects and interrogate those objects. I will work

[REBOL] Re: [TDD with run.r] Help needed please...

2007-05-10 Thread Ged Byrne
On 5/8/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi All, I'm a newbie to REBOL and TDD/run.r I like the the concept of TDD. I have read through the case study by the author of run.r ( a great program) I can see how the test framework operates on the maths functions presented. But

[REBOL] Re: sending e-mail as another user

2007-05-10 Thread John Blake
This is why it wasnt working. Although I was using; Send/header [to: to-addr] contents header And could print out the contents of [to: to-addr], it didn't send any email. It was logging in but not sending anything.=20 I used this to test to verify connectivity and sending permissions.

[REBOL] Re: sending e-mail as another user

2007-05-10 Thread Tom
row: parse/all line | row/1 row/2 ... row/:n John Blake wrote: This is why it wasnt working. Although I was using; Send/header [to: to-addr] contents header And could print out the contents of [to: to-addr], it didn't send any email. It was logging in but not sending anything.=20 I

[REBOL] Re: Where to find Style Chapter?

2007-05-10 Thread Gregg Irwin
Hi Hu, HH I am new to REBOL and trying to read REBOL/View Developer's Guide. In HH Section 5.1. Predefined Styles, it says, The predefined styles are HH listed below. For more information about each of these styles, refer to the HH Styles chapter (a separate document). HH What i want to

[REBOL] Re: Where to find Style Chapter?

2007-05-10 Thread HU HAILEI
Thanks to Gregg. It is true that there are less docs in REBOL than in other language. Maybe it is because REBOL is much easier to use than any other language:) Actually i have another question. When i use send function to send email, it fails when my smtp server needs authentication. I wonder

[REBOL] Re: Where to find Style Chapter?

2007-05-10 Thread Gregg Irwin
Hi Hu, HH It is true that there are less docs in REBOL than in other language. Maybe HH it is because REBOL is much easier to use than any other language:) REBOL is easy to use...to begin with, but it's also very deep, and not all the details are doc'd (officially). I think the original Core

[REBOL] Re: Where to find Style Chapter?

2007-05-10 Thread HU HAILEI
Thanks for your continuous help. From: Gregg Irwin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: HU HAILEI [EMAIL PROTECTED] Subject: [REBOL] Re: Where to find Style Chapter? Date: Thu, 10 May 2007 21:09:10 -0600 Hi Hu, HH It is true that there are less docs in REBOL than in other