• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Email won't connect to the server

    Dashboard Designer & Custom AngularJS Pages
    3
    6
    2.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      v8dave
      last edited by

      I am trying to setup the email settings and I have input the correct details for this. I've tested the account from Outlook and it can connect and send. Mango cannot send and gives me this error

      Failed to send email titled "Mango test email" to "dave@xxxxxx.biz". Message: "Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtpout.secureserver.net, port: 25; nested exception is: java.net.ConnectException: Connection timed out. Failed messages: javax.mail.MessagingException: Could not connect to SMTP host: smtpout.secureserver.net, port: 25; nested exception is: java.net.ConnectException: Connection timed out"
      

      Email is with GoDaddy and the server that Mango is running on is also with GoDaddy on a virtual server:

      smtpout.secureserver.net
      port 25
      authorisation is enabled

      I can ping that server from the GoDaddy server that Mango is running on.

      Any ideas why this is happening?

      1 Reply Last reply Reply Quote 0
      • JoelHaggarJ
        JoelHaggar
        last edited by

        Try putting in the ip address of the smtp server which should be 68.178.252.101 rather than smtpout.secureserver.net.

        1 Reply Last reply Reply Quote 0
        • V
          v8dave
          last edited by

          I get the same timeout error with the IP address.

          1 Reply Last reply Reply Quote 0
          • phildunlapP
            phildunlap
            last edited by phildunlap

            If you are using linux, does a...

            nc -w 10 smtpout.secureserver.net 25
            

            timeout? Does the ip?

            1 Reply Last reply Reply Quote 0
            • V
              v8dave
              last edited by

              If I run that it simply waits for a few seconds and then comes back to the command line so I am assuming it times out.

              If I do with same with the mail.gmx.com on port 587 server I get, so I know that the nc command is doing something.

              220 gmx.com (mrgmx103) Nemesis ESMTP Service ready
              
              1 Reply Last reply Reply Quote 0
              • V
                v8dave
                last edited by

                Ah ha. I just tried one of the other ports that it supports, 80 and that works and I then change this in the email settings and it sends the emails.

                Will wait now and see if the scheduled email in a few hours gets sent out.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post