I'm trying to design a logic app that sends an e-mail to a given address when a service bus message is received:
The problem is that when I try to save, I get the following error:
Failed to save logic app MyLogicApp. The operation on workflow 'MyLogicApp' cannot be completed because it contains connectors to applications 'servicebus' which are not compatible with the Gmail connector. Please see https://aka.ms/la-gmaildocs for more information.
The linked resource does give directions of how to get around this - setting up a client ID and secret for the GMail connector, but I just want to send an e-mail - I don't need it to be GMail. Is there an easier way around this? It seems like Microsoft's own connectors only work for O365 enterprise accounts.

