[REBOL] Re: ESMTP: Invalid command with send/header
From: compkarori:gma:il at: 17-Jul-2006 11:15
Perhaps it doesn't like it that you're not using email addresses but text
strings?
Always, do a trace/net on and see what spits out
On 7/17/06, Tim Johnson <tim-johnsons-web.com> wrote:
>
> I've been using the following code for years, now it is breaking with
> the installation of 2.6.2.4.2
>
> I have an "envelope" that looks like this:
> envelope: make object! [
> To: "test-johnsons-web.com"
> CC: none
> BCC: none
> From: "info-housesitters4u.com"
> Reply-To: none
> Date: none
> Subject: "Link to the House Sitters 4u Registration Form"
> Return-Path: none
> Organization: none
> Message-Id: none
> Comment: none
> X-REBOL: "Core 2.6.2.4.2 http://WWW.REBOL.COM"
> MIME-Version: none
> Content-Type: none
> Content: none
> ]
> 'envelope was composed as follows:
> envelope: make system/standard/email[
> To: email-address
> From: from-address
> subject: rejoin ["Link to the " client-title " " _subject]
> ]
> and now the following code:
> send/header test-johnsons-web.com "hello" envelope
> results in the following error:
> ** User Error: ESMTP: Invalid command
> ** Near: insert smtp-port reduce [from reduce [addr] message]
>
> Any ideas?
> TIA
> tim
>
> --
> Tim Johnson <tim-johnsons-web.com>
> http://www.alaska-internet-solutions.com
> --
> 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/