Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] ESMTP: Invalid command with send/header

From: tim-johnsons::web::com at: 16-Jul-2006 15:18

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