Avatar of sanjeevkmrs
sanjeevkmrs
Flag for United Arab Emirates asked on

How to verify the email addresses for email blast

Hi ,
         i have a email database , for which i want to do the email blast for our company adds , i want to know is there any software available which can help to chek wither the emails are genune or no , instead of checking emails one by one by sening test messages ?
please assist
Windows Server 2008Email SoftwareInternet / Email Software

Avatar of undefined
Last Comment
sanjeevkmrs

8/22/2022 - Mon
Radhakrishnan

Hi,

Which e-mail server you are using? is it exchange?. You would like to check whether the sender is genuine or the e-mail content?

Are you using any spam filters in the network?  if you could elaborate the isssue little more (with screen shot) that would be great!
Michael Ortega

For one by one checking you can go to centralops.net and run an email dossier. Just enter the email address in question and it should verify it's existence or let you know it's invalid.

MO
sanjeevkmrs

ASKER
Hi MO ,
                 can we check in bulk ? as i have a huge list of emails to be verify
please assist
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
ASKER CERTIFIED SOLUTION
Michael Ortega

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Frank Helk

Bad news:

From a basic view, there's no bulletproof way to check if an email address is really genuine in the aspect that it is hosted on some server, has an account to which it is bound and that someone will read the mail sent to that account - besides of sending a message to it and praying that each and every human recipient will answer.

You could programmatically check the syntactic correctness of the address to ensure it is compliant to the applicable internet standards (aka RFC), and you could check for the existence of the respective domain ... and that there's some MX entry in the domain, that points to a life server which would accept mail.

But that's all.

If you send an email to a non-existent address at an existing domain, most servers won't inform the sender about that condition due to spammers who want to verify addresses ... the server will simply blackhole the message. The same will occur if your message meets spam criteria.

And vice versa: Even if you beg on your knees for an answer, not every recipient will grant you that wish ...

Keep in mind: There's no central register for email addresses to check against, and probably that would never be.

But there's something close to a solution:

If your mailing list provides value to your users on top of simply advertising the newest whatever you like to sell, a confirmation request mail would probably help ... something like "We want to ensure that only interested customers receive our mailings. If you want to receive future issues, please click this link: ....". Sent that every half a year, drop everybody on the list and resubscribe everyboy who clicks the (personalized !) link. That would keep your list short, correct and user friendly.
sanjeevkmrs

ASKER
thanks it solved my query for checking the emails in bulk