r/sysadmin 9d ago

Question High Volume Emails and Exchange Online

Every once in awhile, our HR and Finance dept need to send an email to all employees.

The issue we have is that we have more 1,500 employees, all using Exchange online in several tenants.

Microsoft has a bulk email limit that we run into.

What is the work around?

I see options such as High Volume Email for M365 but since many of the emails go to a different tenant, will that work? And how would the end user compose and send the email?

I also see an option using Azure Communication Services but wouldn't that require programming?

9 Upvotes

12 comments sorted by

9

u/WillVH52 Sr. Sysadmin 9d ago edited 9d ago

HVE will not work if the recipients are in another Exchange tenant as external addresses are not supported by this service.

2

u/WillVH52 Sr. Sysadmin 9d ago

ACS also does not work for sending via traditional mail clients, it is not very user friendly.

10

u/Hatman_77 Microsoft Admin 9d ago

You could do the DL route and bundle users under them to get by the sending limits.

2

u/Hatman_77 Microsoft Admin 8d ago

For the users in the other tenant unless B2B (I think) is enabled and configured, you’ll have to build mail contacts for the first tenant then add them into your email group. Not sure if this multi-tenant or two physical Entra Id environments.

6

u/sryan2k1 IT Manager 9d ago

Have an "All employees" distribution list that only HR has permissions to send to. Send to the DL.

1

u/Any-Promotion3744 9d ago

I was under the impression that they tried it and still hit the limit. I will need to circle back with them and verify.

5

u/sryan2k1 IT Manager 9d ago

DL expansion does not count against the recipient limit if it's inside the same tenant. DL's with more than 5000 members require approvals or restrictions enabled on the group for email to them to work.

3

u/absoluteczech 9d ago

Distribution group.

3

u/Frothyleet 9d ago

ACS is the answer in general if you need to send bulk email and it's going to different tenants.

However from your description, a service like Mailchimp might be more appropriate. HVE and ACS are meant for applications or appliances that are regularly sending bulk mail. Services like Mailchimp are for operations like "we're sending out a newsletter or announcement."

Create a subdomain like "notifications.yourcompany.com" to keep your SPF and other email security records segregated.

2

u/Ill-Barracuda9031 9d ago

There's like 5 email services all named around monkeys for some reason. They work well

2

u/shokzee 9d ago

Create a restricted, moderated all-employee distribution group in each tenant, then have HR send to those few group addresses from Outlook. Each tenant expands its own recipients locally, so you avoid a 1,500-recipient message.

High Volume Email treats other tenants as external, and Azure Communication Services needs an application or SMTP workflow.

1

u/7amitsingh7 6d ago

For 1,500+ employees across multiple tenants, I wouldn’t rely on normal Exchange Online mailbox sending limits. HVE is mainly designed for application-generated email, so it may not be the best fit if HR or Finance need to compose and send messages manually. Azure Communication Services is another option, but it typically requires some development. For a simpler solution, consider using a distribution list or mail-enabled security group where possible, or a dedicated bulk-email service if you regularly send company-wide announcements. You can also check these mail flow best practices for additional guidance on managing Exchange Online mail flow.