Hi,
My question considers the configuration of sending mails. As far as I know, OS allows to declare only one mailbox, that is then used by all applications. It includes also the case of multitenant applications.
I can see some disadvantages of this solution (in contrary to a solution, where many mailboxes can be declared and used by different applications and different tenants):
In both cases it leads to the possibility of too wide access to sensitive data.
First: maybe I'm wrong and I don't know something?
Second: if not, do you know why OS has chosen such restrictive solution? From the technical point of view, would it be really so hard and complicated to implement the flexible solution?
Regards
Tomasz
Hi Tomasz,
I think your assumption is wrong. In the configuration screen you can set the Default email address and sender name.
However in Service Studio, when creating the emails, you can set the "from" mail address here:
So i don't think you will run into this limitation as the "From" address can be specified either statically but also dynamically from for example a table in the database.
Hello,
Yes but a given mailbox can:
And in any case it is in fact sent by the main mailbox and only pretending it is sent by another.
So, it doesn't solve the described issues.