I want to design a newsletter subscribers program.
Once a person sign in with a newsletter, the php program will send him a confirm newsletter.
I want to do this.
if the e-mail address is validated (not just a format validated, but validated to be real alive e-mail account) and the confirm e-mail is received, i want the php program receive an auto response, based on the response, the php program will actiavated the account if the e-mail account is validated and the confirm e-mail is received. If not, the php program will auto deleted the account.
my problem, how can php program know automatically that if the confirm e-mail is received by a validate account?