The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
allanaklepko
2 years agoContributor
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.
7 Replies
- NicolasArgenteValued 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- allanaklepkoContributor
Thanks Nicolas, we are on SaaS.
- JackLacava
OneStream Employee
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.
- allanaklepkoContributor
Thanks Jack, where can I access Installation and Configuration Guide? I searched in the customer portal knowledge search and could not find it.
- JackLacava
OneStream Employee
Download the on-prem Server and Documentation package from the Platform section of Solution Exchange, you'll find it in there.
- allanaklepkoContributor
Thanks Jack, i will take a look. But our prod is not on prem.
Related Content
- 3 years ago