Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: tcp connection failure, smtp-port error message
Pages: [1] Print
Author Topic: tcp connection failure, smtp-port error message  (Read 604 times)
DavidPerkins
Newbie
*
Offline Offline

Posts: 4


View Profile
tcp connection failure, smtp-port error message
« on: December 25, 2006, 03:02:50 PM »

I'm a newbie to REBOL 2.6, and I can't seem to send emails any more.  Sending a message to myself, I get:

15:46:26 > send davephyljenn@verizon.net "hi"
** User Error: Server error: tcp connection failed
** Near: smtp-port: open [scheme: 'esmtp]
either only

My user.r file has this set-net
set-net ["davephyljenn@verizon.net" "incoming.verizon.net" "outgoing.verizon.net" none none none
         "davephyljenn@verizon.net" "password"]

My regular email is thru Outlook.  Any suggestions?  Thanks!!
Logged
Gabriele
Full Member
***
Offline Offline

Posts: 182


View Profile WWW
Re: tcp connection failure, smtp-port error message
« Reply #1 on: December 26, 2006, 05:27:17 AM »

What happens if you do:
Code:
open tcp://outgoing.verizon.net:25
Logged
DavidPerkins
Newbie
*
Offline Offline

Posts: 4


View Profile
Re: tcp connection failure, smtp-port error message
« Reply #2 on: December 26, 2006, 04:16:16 PM »

I get the same message as before

17:14:06 > open tcp://outgoing.verizon.net:25
17:14:25 > send davephyljenn@verizon.net "hi"
** User Error: Server error: tcp connection failed
** Near: smtp-port: open [scheme: 'esmtp]
either only

Thanks!
Logged
Graham
Full Member
***
Offline Offline

Posts: 113


View Profile
Re: tcp connection failure, smtp-port error message
« Reply #3 on: December 26, 2006, 04:38:50 PM »

Try this

set-net ["davephyljenn@verizon.net" "incoming.verizon.net" "outgoing.verizon.net" none none none
         "davephyljenn@verizon.net" "password"]

with no quotes around anything except the password

and then

trace/net on

and then send your email... and report the trace ( less the password exchange ).
Logged

DavidPerkins
Newbie
*
Offline Offline

Posts: 4


View Profile
Re: tcp connection failure, smtp-port error message
« Reply #4 on: December 26, 2006, 06:24:21 PM »

19:23:06 > trace/net on
19:23:17 > send davephyljenn@verizon.net "hello"
Net-log: ["Opening" "tcp" "for" "esmtp"]
Net-log: [none "220"]
** User Error: Server error: tcp connection failed
** Near: smtp-port: open [scheme: 'esmtp]
either only
Logged
Graham
Full Member
***
Offline Offline

Posts: 113


View Profile
Re: tcp connection failure, smtp-port error message
« Reply #5 on: December 28, 2006, 02:07:47 AM »

You have incoming and outgoing reversed.

>> set-net [ davephyjenn@verizon.net outgoing.verizon.net ]
>> send davephyljenn@verizon.net "hello"
Net-log: ["Opening" "tcp" "for" "esmtp"]
connecting to: outgoing.verizon.net
Net-log: [none "220"]
Net-log: {220 vms044pub.verizon.net -- Server ESMTP (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))}
Net-log: [["HELO" system/network/host] "250"]
Net-log: "250 vms044pub.verizon.net OK, [203.97.98.9]."
Net-log: ["MAIL FROM: <davephyjenn@verizon.net>" "250"]
** User Error: Server error: tcp 550 5.7.1 Authentication Required
** Near: insert smtp-port reduce [from reduce [addr] message]
Logged

DavidPerkins
Newbie
*
Offline Offline

Posts: 4


View Profile
Re: tcp connection failure, smtp-port error message
« Reply #6 on: December 28, 2006, 07:18:50 PM »

Thanks a million -- that was the problem!!!
Logged
Pages: [1] Print 
Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: tcp connection failure, smtp-port error message
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
December 02, 2008, 09:25:51 AM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2311 Posts in 595 Topics by 4145 Members
Latest Member: Domiadito

  Rebol Talk Forum | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.

RT design by Defiant Pc