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
> thanks, works.
>
> "Bruno G. Albuquerque" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] "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
>>
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.