Closed Thread
Results 1 to 3 of 3

Thread: SMTP host down

  1. #1
    Kichi is offline x10Hosting Member Kichi is an unknown quantity at this point
    Join Date
    Dec 2008
    Posts
    5

    SMTP host down

    Hi!

    I can't connect to my SMTP host: "mail.kristijanl.pcriot.com".
    What should I do to send my mails?

  2. #2
    Kichi is offline x10Hosting Member Kichi is an unknown quantity at this point
    Join Date
    Dec 2008
    Posts
    5

    Re: SMTP host down

    I waited for 24 hrs, but nothing happens.
    My SMTP is still down.
    I tried everything I could dozens of times during the day with no result.

    It's probably out of my hand to deal with it.
    Could you (support) please restart or do something about it.
    I really need that SMTP.

    Edit:
    It might by similar situation as in this case:
    SMTP Error. Could not connect to SMTP host.
    Only difference is that I'm trying to use my local SMTP.
    Last edited by Kichi; 08-30-2011 at 05:59 PM. Reason: Adding a link

  3. #3
    Kichi is offline x10Hosting Member Kichi is an unknown quantity at this point
    Join Date
    Dec 2008
    Posts
    5

    Re: SMTP host down

    Once again, I solved the problem without any support.

    After hours and hours of searching the Internet (including this forum) I found out that the problem might be that x10hosting blocked the usage of port 25.
    (The reason I discovered it so late is because I used port 25 a month ago on this hosting and I would never guessed that they blocked it just now)

    So I test it with a simple terminal command:
    Code:
    telnet mail.kristijanl.pcriot.com 25
    And it returned:
    Code:
    Trying 69.175.122.178...
    Connected to kristijanl.pcriot.com.
    Escape character is '^]'.
    220-stoli.x10hosting.com ESMTP Exim 4.69 #1 Wed, 31 Aug 2011 08:16:01 -0400 
    220-We do not authorize the use of this system to transport unsolicited, 
    220 and/or bulk e-mail.
    If you get the same message like I did now, then the problem is that port 25 is blocked.
    This means that you cannot use SMTP anymore.

    Alternative way is to use port 465 (SSMTP - Secure Simple Mail Transfer Protocol).
    If you are using PHPMailer class, you will also need to change "TLS" to "SSL".

    So your PHP code should look like this:
    PHP Code:
                $mail->IsSMTP();
                
    $mail->SMTPAuth true;
                
    $mail->SMTPSecure "ssl"// sets the prefix to the servier
                
    $mail->Host SMTP_HOST;
                
    $mail->Port 465;
                
    $mail->Password SMTP_PASS;
                
    $mail->Username SMTP_USER
    Now, it should work becouse port 465 isn't blocked (yet ).


    Hereby I would like to express my disappointment in x10hosting support services.
    Not only they didn't notify me (and the rest of us) about the blockade, but they even couldn't answer me that simple question in the past two days. After all, support should know
    the answer of a problem I just encountered. This is very simple solution.

    I don't want to be rude, but I think that support should be equally good as other great services that x10hosting offers.


    Thank you, I think...

    Kichi

Closed Thread

Similar Threads

  1. SMTP Error. Could not connect to SMTP host.
    By wizkick in forum Free Hosting
    Replies: 8
    Last Post: 01-16-2011, 07:45 AM
  2. Replies: 1
    Last Post: 05-15-2010, 11:19 AM
  3. SMTP Host
    By vazomail in forum Free Hosting
    Replies: 0
    Last Post: 02-23-2010, 09:36 AM
  4. Replies: 0
    Last Post: 07-04-2009, 11:13 PM
  5. What 's SMTP host ?
    By trantuankma in forum Free Hosting
    Replies: 3
    Last Post: 07-30-2007, 07:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers