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

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

From: volker::nitsch::gmail::com at: 22-Mar-2006 10:42

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] >
!> help set-net settings -- [email-addr default-server pop-server proxy-server proxy-port-id proxy-type esmtp-user esmtp-pass] (Type: block) missing: pop-server proxy-server http://start.localnet.com/help.php?id=1
> 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. > > --------------------------------- > Yahoo! Mail > Use Photomail to share photos without annoying attachments. > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >
-- -Volker Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. David Wheeler