Can Azure email communication service be connected to an Outlook email client to receive and send emails?

j2bmw 0 Reputation points
2023-03-25T06:26:54.62+00:00

Hi,

I have created an Azure email communication service subscription. I know I can integrate the service in our web app to send emails. Can I use it like an email hosting, eg. connecting an Outlook email client to the service to read and send emails? If yes, how?

Thank you.

Hong

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
676 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Erkan Sahin 830 Reputation points
    2023-03-28T07:45:10.4033333+00:00

    Azure Email Communication Services is not designed to function as a traditional email hosting service, so you cannot use it to connect an email client such as Outlook to send and receive emails.

    Azure Email Communication Services is primarily used to send transactional emails such as password resets, account confirmations, and other notifications. You can integrate it into your web app to send these types of emails to your users.

    If you need a traditional email hosting service, you can use Microsoft 365 or Exchange Online. These services provide email hosting as well as other productivity tools like Microsoft Office, OneDrive, and SharePoint. You can use Outlook to connect to these services to send and receive emails.

    2 people found this answer helpful.

  2. SnehaAgrawal-MSFT 18,286 Reputation points
    2023-03-28T07:44:58.1833333+00:00

    @j2bmw

    Azure Communication Services Email is not an email hosting service, it is a service that allows you to send emails from your application.

    You can use the Email client library to send emails from your application<sup>.</sup>

    See: https://learn.microsoft.com/en-us/azure/communication-services/concepts/email/email-overview

    https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/communication-services/quickstarts/email/includes/send-email-net.md

     Let us know if further query.

    0 comments No comments