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

[REBOL] Re: mail scripts don't work .......

From: compkarori::gmail::com at: 22-Mar-2006 14:29

There are issues for some people using esmtp, and you may be one of them. There are fixes in the pipeline though. Try trace/net on before you send the email and see what happens ... On 3/22/06, John Dutcher <jfdutcher1958-yahoo.com> wrote:
> I've tried various e-mail sending scripts including the one below. > The result is as shown here and I wonder if this result is inevitable > due to issues at > my provider's service environment ???? > > ** Access Error: Cannot connect to mail.localnet.com > ** Where: open-proto > ** Near: smtp-port: open [scheme: 'esmtp] > either only > >> > I include my set-net statement............... > My set-net line in user.r is: > set-net [dutcher-localnet.com mail.localnet.com none none none] > > REBOL [ > Title: "Email Headers" > File: %mailheader.r > Date: 16-Mar-2006 > Purpose: {Send email with a custom header.} > Category: [email net 1] > ] > header: make system/standard/email [ > To: jfdutcher1958-yahoo.com > From: dutcher-localnet.com > Reply-To: dutcher-localnet.com > Subject: "Testing this e-mail thing" > Organization: "Rebol Base" > X-mailer: [REBOL] > MIME-Version: 1.0 > Content-Type: "text/plain" > ] > message: { > Just testing scripts again .... > John D. > } > send/header dutcher-localnet.com message header > > John D. >
-- Graham Chiu http://www.compkarori.com/emr/