Hi,
Since sending emails with alerts is done asynchronously and concurrently through BPT, some email providers block the sending of too many concurrent emails and we end up having errors:
"Syntax error, command unrecognized. The server response was: 4.3.2 Concurrent connections limit exceeded. Visit https://aka.ms/concurrent_sending for more information. [Hostname=VE1PR04MB7440.eurprd04.prod.outlook.com]"
Make sense to implement some retry method on this component, or use the standard method to send emails instead using the SMTP extension?
Thank you.