Email validation on Leads

by Dec 2, 2022

Dynamics 365 Sales added Email Validation on Leads.

A small feature that I almost missed. But it comes with great power.

It analyzes the primary email address in lead records to identify the ones that can’t receive email.

It looks for the following issues:

Incorrect syntax: An address that doesn’t contain both a username and an email domain

Disposable domain: An address that contains a known disposable or temporary email domain

Test or spam email addresses: An address that contains known indicators of a test or spam address in the email header or metadata, IP address, HTML code of the email, and email content and formatting

Expired email addresses: An email account that has expired and can no longer receive or send email

Emails that bounce back: An address that can’t receive a message for any reason

Normally this is a feature you find in Email Marketing Automation apps, but now it’s built into Dynamics 365 Sales.

At least, if you have Enterprise or Premium version (or Microsoft Relationship Sales). Which I think is a got fit for this feature, because people will want to pay for this.

Marketers will be incredibly happy with this feature that will improve their lead quality.

But, Microsoft, why didn’t you add it also to Contacts? 🤷 Some companies are not using Leads and it would still benefit them.

What do you think about this feature?

Remy van Duijkeren

Remy van Duijkeren

Power Platform Advisor

Microsoft Power Platform Advisor with over 25 years of experience in IT with a focus on (marketing) automation and integration.

Helping organizations with scaling their business by automating processes on the Power Platform (Dynamics 365).

Expert in Power Platform, Dynamics 365 (Marketing & Sales) and Azure Integration Services. Giving advice and strategy consultancy.

Services:
– Strategy and tactics advise
– Automating and integrating

Subscribe to
The Daily Friction

A daily newsletter on automation and eliminating friction

Related Content

Progressive Enhancement for JS is overrated.

Progressive Enhancement for JS is overrated. In today’s web, HTML + CSS + JS is a package deal. Almost every browser supports the trio, and let’s be real: users expect apps to work smoothly with JavaScript. 95%+ of users have JS enabled – why build for the exception?...

read more

Alpine.js just clicked. 🎯

Alpine.js just clicked. 🎯 Its declarative syntax—attributes on HTML tags—is perfect for simple UI logic. Most of the time, I don’t even need to touch JavaScript. And when I do? I can write just a little bit, and it fits right in. What’s even better? The declarative...

read more

HTMX + ASPNET Core Razor = magic. ✨

HTMX + ASPNET Core Razor = magic. ✨ But HyperScript? Not so much. 😅 As a developer, I gave HyperScript a try for client-side interactions. I really wanted to love it—especially since it’s from the same creator as HTMX. But every time I used it, I spent way too much...

read more