• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. preeti
    3. Topics

    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
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by preeti

    • P

      Email Settings

      User help
      • • • preeti
      2
      0
      Votes
      2
      Posts
      1.6k
      Views

      P

      When I create a new user and click on ' Send test Email ' . It throws an exception ' Failed to send email titled "Mango test email" to "preeti.patankar@rediffmail.com". Message: "Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25; nested exception is: java.net.ConnectException: Connection refused: connect" ' .I open the Email settings in System settings but I dont know what I can enter in SMTP host and From address . Any help ? Also should I check the Enable TLS box ? What is it used for ?

    • P

      How to get data from java application ?

      User help
      • • • preeti
      11
      0
      Votes
      11
      Posts
      4.1k
      Views

      P

      Thanks Matthew .
      I am using Publisher feature from one Mango instance running on my machine to send some static data ( a = 10) to another Mango instance using HTTP Receiver datasource running on my machine . Here both the publisher and receiver are on same ip address.

      In HTTP sender properties I mention http://<ip address>:port/test/httpds . On HTTP Receiver side on clicking HTTP Receiver Listener I can see :
      Source : ip address
      Device id :
      Time :
      a= 10
      b=10 .

      I want the same data in tabular format ( a jsp file) . How can I do it ?
      I can very well write a jsp page , but where in source code should I plug this page ? Also , data is received at httpds . Where is this httpds in source code ? Can I get it and simply put my jsp in its place ?