I am working in a PHP based project. I am sending emails via PHP's email
function using PHPMailer
class.
Problem:
How can I detect if an email actually doesn't exists. I want to remove that email from my list. Can we do it via PHP? or any other way please give me a direction.