Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: Another newb, another mail problem
Pages: [1] Print
Author Topic: Another newb, another mail problem  (Read 585 times)
Fooluaintblack
Newbie
*
Offline Offline

Posts: 2


View Profile
Another newb, another mail problem
« on: February 23, 2007, 02:38:53 PM »

I don't know if my mail settings are correct, here is what it's set up like.

Email Address: fooluaintblack@gmail.com
SMTP Server: http://mail.google.com/mail/
POP Server: http://mail.google.com/mail/

here is an error i get when i try to use the "Little Email Client" demo from that one tutorial... code:

     view layout [
          h1 "Send Email:"
          address: field "recipient@website.com"
          subject: field "Subject"
          body: area "Body"
          btn "Send" [
               send/subject to-email address/text body/text subject/text
               alert "Message Sent."
               ]
          h1 "Read Email:"
          mailbox: field "pop://user:pass@website.com"
          btn "Read" [
               editor read to-url mailbox/text
               ]
          ]

... and the error:

    ** Access Error: Cannot connect to http://mail.google.com/mail/
    ** where: open-proto
    ** near: smtp-prot: open [scheme: 'esmtp]
    ** either only

EDIT: I changed the POP settings in GMail to work from now on, still the same issue though...
« Last Edit: February 23, 2007, 06:27:50 PM by Fooluaintblack » Logged
Graham
Full Member
***
Offline Offline

Posts: 113


View Profile
Re: Another newb, another mail problem
« Reply #1 on: February 24, 2007, 11:19:04 PM »

They're definitely wrong and even if they were correct, they would not work .. as gmail uses ssl for both pop and smtp, and the standard email transport protocols available with Rebol do not.

The standard format would be something like this:

smtp.gmail.com, and pop.gmail.com

http:// implies hypertext protocol .. which is very different from pop/smtp.
Logged

Fooluaintblack
Newbie
*
Offline Offline

Posts: 2


View Profile
Re: Another newb, another mail problem
« Reply #2 on: February 24, 2007, 11:35:20 PM »

That explains a lot. Now i need to know what i need in order for it to work, outlook? Do i need my own server?

This isn't a particularly active forum is it...
Logged
Graham
Full Member
***
Offline Offline

Posts: 113


View Profile
Re: Another newb, another mail problem
« Reply #3 on: February 25, 2007, 08:36:29 PM »

You need a host that will provide pop and smtp on the standard ports.

Sure, you can run your own server as well.
Logged

Pages: [1] Print 
Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: Another newb, another mail problem
Jump to:  

  
Quick Search...

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

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2311 Posts in 595 Topics by 4144 Members
Latest Member: FinoDiato

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

RT design by Defiant Pc