Is there any way to check (through PHP) that whether any given email address is active (means is it currently being used & opened by anyone) or not (means it is blocked or no one uses/opens it, it’s inactive)?
Regards & Thanks in advance.
Is there any way to check (through PHP) that whether any given email address
Share
You can but have to use an API to an external service
There are a few email validation api’s out there, data8 got one. http://www.data-8.co.uk/integr8/services/email_validation.aspx
Here is a sample