Thankyou Graham!!!
Methinks you were right!!!

HOWEVER I still have the following going on:-

>> about
REBOL/View 1.2.10.3.1 30-May-2003
Copyright 2000-2002 REBOL Technologies.  All rights reserved.
REBOL is a trademark of REBOL Technologies. WWW.REBOL.COM

Type DESKTOP or SET-USER for settings.
>> print [system/user/email system/schemes/default/host system/sche
mes/pop/host]
[EMAIL PROTECTED] outgoing.verizon.net incoming.verizon.net
>> trace/net on
>> send [EMAIL PROTECTED] "hello"
Net-log: ["Opening" "tcp" "for" "smtp"]
connecting to: outgoing.verizon.net
Net-log: [none "220"]
Net-log: {220 out006.verizon.net ESMTP server (InterMail vM.5.01.06
.06 201-253-122-130-106-20030910) ready Fri, 23 Jan 2004 21:13:34 -
0600}
Net-log: [["HELO" system/network/host] "250"]
Net-log: "250 out006.verizon.net"
Net-log: "MAIL FROM: <[EMAIL PROTECTED]>"
Net-log: [none "250"]
** User Error: Server error: tcp 553 Authentication is required to
send mail as <[EMAIL PROTECTED]>
** Near: insert port reduce data
>>


What gives now??
Thanks
Evan


-----Original Message-----
From: Graham Chiu <[EMAIL PROTECTED]>
Sent: Jan 23, 2004 3:49 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] Re: HELP! read pop:// from DSL mailer fails


On Wed, 21 Jan 2004 15:42:33 -0800 (PST)
  Evan Hawkins <[EMAIL PROTECTED]> wrote:
>** Access Error: Cannot connect to verizon.net
>** Where: open-proto** Near: read 
>pop://myacc:[EMAIL PROTECTED]

Methinks you've got your pop and smtp setup incorrectly.

Try

pop://myacc:[EMAIL PROTECTED]

set-net [ [EMAIL PROTECTED] outgoing.verizon.net 
incoming.verizon.net none none ]


--
Graham Chiu
http://www.compkarori.com/cerebrus
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to