It’s possible to send an email via server side integration with a MS Exchange server, but it is not possible to open Outlook or another email client and automatically send an email.
To send an email server side you can use the (integration-send-receive) function after setting up the “Mail” channel on your environment. If the Mail channel is not configured properly in your environment, this will not work.
Invoke integration-send-receive like -> (integration-send-receive to “Mail” ()) where to is a transfer object based on Mail.message. The below is an example of the transfer object.