An Azure communication platform for deploying applications across devices and platforms.
@Soporte Thanks for reaching out to Microsoft Q&A.
Based on the information, I understand that you are looking for an Azure Service that can used to send more number of emails.
You can leverage any of the below service to send emails.
- Email in Azure Communication Services: This is a new primitive that facilitates high volume transactional, bulk and marketing emails on the Azure Communication Services platform and will enable Application-to-Person (A2P) use cases. Using this we can send 30 emails per minute. If you need to send more messages than the rate limits allow, submit a support request to raise your desired email sending limit.
- Azure Logic Apps: You can use Azure Logic Apps to create workflows that can send emails. Logic Apps provides a built-in connector for sending emails through SMTP or other email services like SendGrid.
- Azure Functions: You can use Azure Functions to create serverless functions that can send emails. You can use any email service provider's API to send emails from Azure Functions. You can refer to this documentation on how to send an email using functions and SendGrid bindings.
- Azure App Service: You can use Azure App Service to host your web application that can send emails. You can use any email service provider's API to send emails from your web application.
Feel free to reach back to me if you have any further questions on this.