issue with email after 6.1.2 upgrade

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf issue with email after 6.1.2 upgrade

  • Creator
    Topic
  • #55382
    Mason Miller
    Participant

      Has anyone had issues using  “package require smtp   package require mime” after upgrading to 6.1.2?  We have a script that uses these and when called it will cause a panic or the process it is running in will just hang.

    Viewing 2 reply threads
    • Author
      Replies
      • #85135
        Steve Carter
        Participant

          We had the same issue when we upgraded from 5.7 to 6.1.2.  We had to add ‘-usetls 0’ to get it working (came from Infor):

             smtp::sendmessage $messageToSend

                 -usetls 0

                 -header

                   -header

                   -header

                   -servers $serverName

            Hope this helps.

            Steve

        • #85136
          Mason Miller
          Participant

            awesome!! thanks that worked

          • #85137
            Kevin Crist
            Participant

              i am trying to send emails based on certain criteria using the package require mime. This works for all the emails we are sending to with the exception of one email (the main one we need to work). Is there any troubleshooting that you can point me to on the cloverleaf side, if you have seen this scenario before.

              Thanks.

          Viewing 2 reply threads
          • The forum ‘Cloverleaf’ is closed to new topics and replies.