sending an email using Rebol
[1/6] from: johnbarnyrebol:y:ahoo at: 22-Jun-2006 12:51
the script mailsend.r contains the following (email address changed)
send blob-hotmail.com trim {
Hi there.
Just wanted to send you an email message from REBOL.
-Friend
}
I run do %mailsend.r
and get the error "User Error: Email header not set: no from address"
Yet that was a standard script.
I get a similar error when I attempted to subscribe to the Rebol mailing list via Rebol,
using the suggested line (email and message changed)
">> send blob-hotmail.com "hello"
** User Error: Email header not set: no from address
** Near: make error! info"
thanks
---------------------------------
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use."
- PC Magazine
[2/6] from: bga-bug at: 22-Jun-2006 9:11
You need to use set-net to configure your email address. It is
complaining that the From address is not set, not the To address.
-Bruno
john barnes wrote:
[3/6] from: johnbarnyrebol::yahoo::co::uk at: 22-Jun-2006 16:06
thanks, works.
Bruno G. Albuquerque
<bga-bug-br.org.br> wrote:
You need to use set-net to configure your email address. It is
complaining that the From address is not set, not the To address.
-Bruno
john barnes wrote:
> the script mailsend.r contains the following (email address changed)
> send blob-hotmail.com trim {
<<quoted lines omitted: 12>>
> ---------------------------------
> All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use."
- PC Magazine
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.
---------------------------------
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use."
- PC Magazine
[4/6] from: chalz:earthlink at: 25-Jun-2006 1:29
Anyone got a fix for working with gmail? Here's what happens:
** User Error: Server error: tcp 530 5.7.0 Must issue a STARTTLS command
first
Checking their site, the servers are pop. and smtp.gmail.com, using SSL
port 995, and TLS port 465/587, respectively, requiring authentication.
Can we do this with free versions of REBOL?
--Charles
[5/6] from: massung:gm:ail at: 25-Jun-2006 0:40
I have tried several things unsuccessfully. I, too, would very much
like to know how to use REBOL's email features with gmail. :-)
Jeff M.
--
massung-gmail.com
[6/6] from: compkarori::gmail::com at: 25-Jun-2006 18:11
It can be done .. using rebol command
On 6/25/06, Jeff Massung <massung-gmail.com> wrote:
> I have tried several things unsuccessfully. I, too, would very much
> like to know how to use REBOL's email features with gmail. :-)
<<quoted lines omitted: 4>>
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
--
Graham Chiu
http://www.compkarori.com/emr/
Notes
- Quoted lines have been omitted from some messages.
View the message alone to see the lines that have been omitted