Bulk email sending using email communication services

NAHID M A 0 Reputation points
2024-10-21T05:28:39.09+00:00

I am creating a backend application in go. I want to send bulk emails and I was thinking about leveraging the use of azure communication services for it. But I didn't find any packages for go. Is there any Go packages available for integration of azure communication services?
I would also like to know more about the pricing, recipient limit, and resend options that are available in azure communication services.

Is there any other service available in azure such that we could dump the email list and body to the azure and it will handle the queue and other handling works. Like we could see the dashboard and view the stats about it. I am expecting for this service an API to send the bulk list of email ids and the template.
I heard about send grid but can it be integrated with azure.

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
894 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 21,651 Reputation points Microsoft Employee
    2024-10-21T06:45:45.8933333+00:00

    @NAHID M A Thanks for posting your question in Microsoft Q&A.

    • ACS email Service supports sending bulk email send options and different features as well
    • Currently Email service in Azure communication service SDK support for these languages JavaScript, .NET, Python, Java SE only. Refer to this doc to know more about different supported SDK and its supported features in ACS.
    • You can send max of 100 emails/60 minutes or per one hour and these thresholds can be increased by raise a support & based on the different factors, business justification the upper limit will be increased by the backend team accordingly. Review this doc to know more sending limits in ACS Email Service.
    • Also, by enabling diagnostic setting and configure email events you can monitor the email status and delivery reports of the send email as well.

    Hope this helps, let know if you have any further questions on this.


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.