Access mail exchange through Cloverleaf

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Access mail exchange through Cloverleaf

  • Creator
    Topic
  • #54727
    Ramachandran R
    Participant

      Hello Experts,

      We have an interface to poll for mails from a mail exchange. Has anyone worked on to pull or push emails to mail exchange from Cloverleaf. If yes, can you please guide me on how to do it from Cloverleaf?

      Thank you.

    Viewing 4 reply threads
    • Author
      Replies
      • #82736
        Peter Heggie
        Participant

          I can talk about using the TCL SMTP and MIME packages (free) for sending mail, or the Direct Adapter (purchased) for sending and receiving mail. I believe there is also another purchased Cloverleaf product that can send and receive mail.

          With TCL you can create emails and send them to your exchange server. You are able to add any headers you like, you can send a text body, or html (as an attachment) or any other attachment file. It is up to the receiving mail server to render the content type.

          With these TCL packages, you can send mail, not receive it, although I have seen tcl packages that implement an smtp server.

          The Direct Adapter is primarily used to send and receive secure email, using the Direct (security) protocol, however, I believe that it can send and receive regular (non-secure) mail as well. To receive mail, it will poll a mailbox on the email server. This product’s strengths are the implementation of the Direct security protocols, and its ease of configuration. This includes tcl access to mail message components, like headers and body. It is very easy to access all headers, to add them and to query them, as they are presented as keyed lists. The Direct Adapter is used as a protocol, like any other Cloverleaf protocol, so the thread using that protocol would represent the email server part of an interface.

          Peter Heggie

        • #82737
          Ronald Ortiz
          Participant

            Ramachandran,

            Are you taking about just sending email alerts to the exchange?  

            If so, that can be done pretty easily using the email alert tool.  

            This can also be done from within an xlate, and you can grab data from the message like, MRN, Control #, Name, etc and send that in your email.

          • #82738
            Jerry Tilsley
            Participant

              I have done something similar utilizing the JAVA protocol and MS outlook web services library.  If this is a route you would be interested in I can give you more information.  I never put this into any production environment, but did get it to work for a proof of case.

              Thanks,

              Jerry

            • #82739
              Lee Anne Caruso
              Participant

                Jerry Tilsley; You indicated that you did something similar utilizing the JAVA protocol and MS outlook web services library.  If this is a route you would be interested in I can give you more information.  I never put this into any production environment, but did get it to work for a proof of case.

                Could you please post what you did to get the JAVA protocol and MS Outlook web services library.  I am trying to the same thing but don’t know where to begin.  Thank you.

              • #82740

                You want to look into acquiring our Direct adapter which is used to send and receive email securely.

                -- Max Drown (Infor)

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