Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: send and SMTP
Pages: [1] Print
Author Topic: send and SMTP  (Read 549 times)
Evan
Guest


Email
send and SMTP
« on: October 26, 2004, 08:51:59 PM »

I am trying
>> send erhawkins@verizon.net "hello"

The net/trace follows...
I understand the server is looking for my password ??
How do I make this work ??
Mirosoft OUtlook works fine but I want to use REBOL.
ANy help appreciated
Thanks
Evan


>> /C/Rebol/
>> Net-log: ["Opening" "tcp" "for" "smtp"]
connecting to: outgoing.verizon.net
Net-log: [none "220"]
Net-log: {220 out007.verizon.net ESMTP server (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) ready Tue, 26 Oct 2004 20:44:36 -0500}
Net-log: [["HELO" system/network/host] "250"]
Net-log: "250 out007.verizon.net"
Net-log: "MAIL FROM: <erhawkins@verizon.net>"
Net-log: [none "250"]
** User Error: Server error: tcp 553 Authentication is required to send mail as <erhawkins@verizon.net>
** Near: insert port reduce data
Logged
Stoop
Newbie
*
Offline Offline

Posts: 10


View Profile
send and SMTP
« Reply #1 on: November 09, 2004, 09:53:05 AM »

Yes this one is a pain and I have never been able to get it to work properly despite several scripts online that are supposed to help.

Basically the send in REBOL does not allow for authenticating with your SMTP server, which seems nuts as it obviously supports autenticating with your POP server.

People have been complaining about this for years, but I don't know if or when we will ever see a version of REBOl that supports this fundamental requirement.  REBOL/Core hasn't been updated in over a year.
Logged
Gabriele
Full Member
***
Offline Offline

Posts: 182


View Profile WWW
send and SMTP
« Reply #2 on: November 10, 2004, 08:54:36 AM »

/Core has been updated monthly in the last few months.

About SMTP auth, well, everyone does it its own way. In particular, often MS servers use the NTLM authentication that is not documented and MS proprietary (you need to use Windows DLLs to be able to authenticate via NTLM). So it's not a matter of laziness.
Logged
Guest_Evan
Guest


Email
send and SMTP
« Reply #3 on: November 11, 2004, 11:27:25 AM »

Thanks for both replies.  Both appear to make valid points neither of which solves my problem.
REBOL is touted as a means to simplify, but I guess MICROSOFT can readlily trump these attempts.
Evan  
Logged
Gabriele
Full Member
***
Offline Offline

Posts: 182


View Profile WWW
send and SMTP
« Reply #4 on: November 13, 2004, 08:44:41 AM »

Did you try any of the ESMTP scripts in the library? ( www.rebol.org ) If so adn they didn't work, I suggest you posting a message to the mailing list, maybe there's someone that can help you. (Note: there is an implementation of NTLM auth done by DocKimbel, but it requires /Pro as it uses Windows' DLLs.)
Logged
Stynki
Newbie
*
Offline Offline

Posts: 4


View Profile
send and SMTP
« Reply #5 on: January 24, 2005, 04:13:57 PM »

I use verizon too and had the same problem way back. I used Esmtp and esend and popspec with good results.

Place esmtp.r and esend.r in the rebol directory.

In your script or at the prompt:

do %esmtp.r
do %esend.r

now when you send a message you just use 'esend' instead of 'send'.

I just tested it with my verizon account. It worked.
Logged
Pages: [1] Print 
Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: send and SMTP
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
November 20, 2008, 05:44:04 AM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2285 Posts in 594 Topics by 3708 Members
Latest Member: cialissactiv

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

RT design by Defiant Pc