how to add domain

William Taylor 20 Reputation points
2025-06-19T05:04:54.98+00:00

I can't send emails from a group email address using azure function as I'm not able to add the email to azure communication services

Outlook Windows Classic Outlook for Windows For business
0 comments No comments
{count} votes

Accepted answer
  1. Jade-T 1,245 Reputation points Microsoft External Staff Moderator
    2025-06-19T07:06:24.2333333+00:00

    Hi @William Taylor

    Thank you for reaching out and sharing your question with us. I understand you're encountering issues while trying to send emails from a group email address using an Azure Function, and I appreciate the challenges these limitations may cause for your communications. 

    After reviewing the current configuration and available documentation, we found that Azure Communication Services (ACS) requires the sender email address to be fully verified. This process relies on domain authentication methods such as SPF and DKIM, which apply only to individual email addresses. As a result, group email addresses or distribution lists are not currently supported for direct verification. 

    If you're trying to send emails from a group address like ******@yourcompany.com, the first crucial step is to ensure that your domain (e.g., yourcompany.com) is properly added and verified in your ACS resource. You may need to set up essential DNS records (SPF, DKIM, DMARC) to allow sending from this domain and ensure good deliverability. 

    Since a group email address cannot be directly verified as a sender, we recommend the following alternative: 

    • Use a Dedicated Mailbox as the Sender: Consider using a dedicated, verifiable individual mailbox (for example, ******@yourcompany.com) as the actual sender in your Azure Function. 
    • Set the Group Address in the Reply-To Field: To ensure replies from recipients go to your desired group, you can set your original group email address (e.g., ******@yourcompany.com) in the Reply-To field of your email. This directs replies back to your group without that group address being the direct sender from ACS. 

    Alternatively, if you're exploring broader use cases beyond ACS for example, within Microsoft 365, you may consider configuring Send As or Send on Behalf permissions for the group mailbox. This can provide more flexibility when using group identities for communication. You can find more details here:  Allow members to send as or send on behalf of Microsoft 365 Groups 

    For more detailed, step-by-step instructions on configuring sender identities and managing verified domains with ACS, please refer to the following official documentation: 

    Send an email using Azure Communication Services 

    Add custom verified email domains 

    Service limits for Azure Communication Services 

    I hope this information proves helpful in navigating these requirements. Should you require further assistance or have any additional questions as you implement these solutions, please don't hesitate to reach out. 


    If the answer is partially helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".      

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.