How to add a MailFrom account in Email Communication Services?

Jake Woods 25 Reputation points
2025-08-06T19:13:54.34+00:00

A new Email Communication Service has been created with a domain, but the "Add" button on the MailFrom page is grayed out. How can email accounts be added for the domain?

There is one in there by default which is the no-reply @ ****.com

I want to add me @ ****.com.

Azure Communication Services
{count} votes

1 answer

Sort by: Most helpful
  1. Jacquelin Martineau-Rousseau 125 Reputation points
    2025-08-06T19:35:52.31+00:00

    Hello Jake,

    I went through this a few weeks ago myself. All I had to do was to use Azure CLI instead.

    Something like this:

    az communication email domain sender-username create --email-service-name <azureCommunicationService_name> --resource-group <resourceGroup_name> --domain-name <customDomainName> --sender-username <newMailFromToAdd> --username <newMailFromToAdd> --display-name "<newMailFromDisplayName>"
    

    See Microsoft documentation here: https://learn.microsoft.com/en-us/cli/azure/communication/email/domain/sender-username?view=azure-cli-latest#az-communication-email-domain-sender-username-create

    If this works for you, please accept my answer.

    Thanks.


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.