Use of tcllib smtp package

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Use of tcllib smtp package

  • Creator
    Topic
  • #48473
    John Mercogliano
    Participant

      I’m attempting to use the tcllib smtp package from inside cloverleaf.  I get the following error:

      couldn’t open socket: Error 0

         while executing

      “socket -async $server $port”

      from the smtp::sendmessage command.  I only get this error when I am sending the message through the engine.  If I use the testing tools the smtp package works fine.  

      We also attempted this:

      set sock [socket -async 25]

      close $sock

      Again it errors when the engine executes it but hcitcl command line and the testing tools work fine.  

      Is there a limitation on using the socket command from within the cloverleaf?

      Thanks

      John Mercogliano
      Sentara Healthcare
      Hampton Roads, VA

    • The forum ‘Cloverleaf’ is closed to new topics and replies.