verify automatic email

juanchi

Registered Member
Joined
Sep 13, 2013
Messages
94
Reaction score
13
Hello, sorry if this is not the proper section. But, I didn't find the correct section for this query.

Do you know of any system or program to verify emails automatically? That is to say, click of a button and verify all emails.
 
Do you know of any system or program to verify emails automatically? That is to say, click of a button and verify all emails.
Technically you don't need to click on it. The simpliest solution is to have IMAP enabled, and then with a small script you can fetch all emails based on a criteria, find the link inside the email and then make a HTTP request.
 
Technically you don't need to click on it. The simpliest solution is to have IMAP enabled, and then with a small script you can fetch all emails based on a criteria, find the link inside the email and then make a HTTP request.

Thanks for the help, I was thinking of placing a button in the google chrome bar for example, it would be a quick and easy access to be able to verify all emails.
 
Back
Top