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: "[EMAIL PROTECTED]"
    CC: none
    BCC: none
    From: "[EMAIL PROTECTED]"
    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 [EMAIL PROTECTED] "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 <[EMAIL PROTECTED]>
      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.

Reply via email to