Configurar comunications server

Soporte 0 Reputation points
2023-09-20T15:33:05.5366667+00:00

Buenas Tardes, Queremos configurar un servicio en azure para el envío masivo de correos electrónicos.

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
848 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,673 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 20,066 Reputation points Microsoft Employee
    2023-09-21T09:03:25.4466667+00:00

    @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.

    1. 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.
    2. 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.
    3. 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.
    4. 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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.