-1

I want to create hotmail email . but i want a script that show me if email exist or not , thats mean I put list of emails and the result will be like , example :

jone123@hotmail.com : exist
jone1233@hotmail.com : doesn't exist 

any ideas please ?

codezero
  • 13
  • 1
  • 4
  • http://www.phpclasses.org/package/6650-PHP-Check-if-an-e-mail-is-valid-using-SMTP.html – Pedro Lobito May 31 '16 at 02:38
  • SO is for specific coding issues, this is too broad as is. Have you tried something? – chris85 May 31 '16 at 02:38
  • no I didn't try any thing and I didn't know how to search for this sorry about that – codezero May 31 '16 at 02:42
  • 1
    I doubt you'll find much. I would hope no email providers would just give access to their DBs to anyone. Think what a spammer could do with this technology.. You could try navigating around hotmail/live docs. – chris85 May 31 '16 at 02:46

1 Answers1

0

You are going to need to use external APIs to achieve this functionality. You could try https://emailhunter.co/api

Ryan
  • 2,167
  • 2
  • 28
  • 33