Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Mailing through Telnet will not function  (Read 4765 times)

0 Members and 1 Guest are viewing this topic.

Big

    Topic Starter


    Beginner

    Thanked: 4
    • Experience: Experienced
    • OS: Windows XP
    Mailing through Telnet will not function
    « on: August 30, 2010, 06:54:49 AM »

    I was following this wikihow and sending the mail failed because my process looks like this:

    telnet smtp.live.com 587
    220 BLU0-SMTP59.blu0.hotmail.com Microsoft ESMTP MAIL Service, Version: 6.0.3790
    .4675 ready at  Mon, 30 Aug 2010 06:08:36 -0700
    HELO
    250 BLU0-SMTP59.blu0.hotmail.com Hello [x.x.x.x]
    MAIL FROM
    530 5.7.0 Must issue a STARTTLS command first
    starttls
    220 2.0.0 SMTP server ready
    -any command-

    Connection to host lost.

    Right after I write 'starttls' and the server is 'ready', the connection ends,
    no matter what I type. I just have to type two chars and it displays the 'Connection to host lost' message.

    I don't know what the problem is.
    My guess is authentication/SSL but I can't even get to there because,
    if I try to type anything in the beginning, right after the server welcome message,
    it asks me to 'HELO first', then starttls. Of course, when starttls is initiated, the server ends the connection on me..

    What must I do?


    Useful info
    -------------
    - Hotmail (Windows Live) supports POP3 since 2009.
    - It now requires authentication (TLS/SSL)
    - If your ISP blocks port 25 (which mine does), use port 587.

    Computerhope is corrupt.

    Spoiler



      Specialist

      Thanked: 50
    • Experience: Beginner
    • OS: Windows XP
    Re: Mailing through Telnet will not function
    « Reply #1 on: September 01, 2010, 01:08:34 PM »
    Hotmail doesn't accept telnet connections.

    Go to your email client and change\add port 587 to it.

    Whenever I watch TV and I see those poor starving kids all over the world, I can't help but cry. I mean I would love to be skinny like that, but not with all those flies and death and stuff." - Mariah Carey, Pop Singer

    Big

      Topic Starter


      Beginner

      Thanked: 4
      • Experience: Experienced
      • OS: Windows XP
      Re: Mailing through Telnet will not function
      « Reply #2 on: September 01, 2010, 02:14:12 PM »
      Bleh. Just thought it'd be cool to do it through a commandline interface.
      Computerhope is corrupt.