find whether the email ID exists or not in PHP
Budget: $250 – $750 CAD
There are two ways to check : *HINT*
1- You can connect to the server, and issue a VRFY command. Very few servers support this command, but it is intended for exactly this. If the server responds with a 2.0.0 DSN, the user exists. VRFY user
2- You can issue a RCPT, and see if the mail is rejected. MAIL FROM:<> RCPT TO:<user@domain>
If the user doesn't exist, you'll get a 5.1.1 DSN.
NOTE* DO NOT APPLY IF YOU ARE BUSY AND CANNOT START WORK IMMEDIATELY.
Can you do it ?.
1- You can connect to the server, and issue a VRFY command. Very few servers support this command, but it is intended for exactly this. If the server responds with a 2.0.0 DSN, the user exists. VRFY user
2- You can issue a RCPT, and see if the mail is rejected. MAIL FROM:<> RCPT TO:<user@domain>
If the user doesn't exist, you'll get a 5.1.1 DSN.
NOTE* DO NOT APPLY IF YOU ARE BUSY AND CANNOT START WORK IMMEDIATELY.
Can you do it ?.