Validate email addresses in real time
Implementing basic email validation when a customer or employee enters an email address into UMS would be highly beneficial. Numerous methods exist for verifying email addresses, encompassing syntax checks, DNS lookup, SMTP server verification, etc.
I know some email verification services that offer an API require a subscription, so maybe there could be two levels of validation. One that requires a subscription and one that does a basic SMTP server check (or an equivalent)?
6
votes
Randy
shared this idea
UMS already has a verification if the email address is in the correct format but there is not a way to validate email addresses in real time.