Forum Discussion

allanaklepko's avatar
allanaklepko
New Contributor III
2 years ago

OneStreamEmail

Could someone please direct me on where I can find documentation or training on how OneStreamEmail works?  How it can be implemented, authentication used, etc.?  I can't find anything when searching Design and reference guide.   

  • NicolasArgente's avatar
    NicolasArgente
    Valued Contributor

    Hi allanaklepko 

    This OneStreamEmail is set up on the back end on the server itself by OneStream. It is used when OneStream server send an email. 
    If you are on PREM, you can add your own email credential by using the OneStream Server Configuration tool.  You will need to define a new server connection as an EMAIL and provide the connection string that goes with it (ID, Password,port...)
    If you are on CLOUD, I am not sure if you can have your own SMPT server defined there. If no one in this community as the answer, you could ask support directly.
    Please give me a kudo if is helps
    Thanks

     

     

     

  • JackLacava's avatar
    JackLacava
    Community Manager

    It's in the Installation and Configuration Guide, not the Design one. Email connections are configured like database connections, just setting the Provider Type as EMAIL. The connection syntax is also in the guide - just search for "SMTP" and you'll find it, in the section that also tells you how to encrypt it.

    Once that's set up, the relevant solutions can use it transparently, and you can leverage it from rules with BRApi.Utilities.SendMail, which is documented in the helper tree.

  • allanaklepko's avatar
    allanaklepko
    New Contributor III

    Thanks Jack, where can I access Installation and Configuration Guide?  I searched in the customer portal knowledge search and could not find it.  

    • JackLacava's avatar
      JackLacava
      Community Manager

      Download the on-prem Server and Documentation package from the Platform section of Solution Exchange, you'll find it in there.

      • allanaklepko's avatar
        allanaklepko
        New Contributor III

        Thanks Jack, i will take a look.  But our prod is not on prem.