Mass Email Availbility Checker

Hundred

Member
Reputation
0
So basically I hire somebody to make me a program that would mass check emails and tell me if they're available on hotmail or live.

I want to resell it but how can I put a protection over it so people don't share accounts? Like when people but I need to set them up an account, can I do this without it being coded within the program or is a website that hosts it?
 
I'm not following this post at all. Are you wanting a coder to make you a mass email sender?
 
McLovin said:
I'm not following this post at all. Are you wanting a coder to make you a mass email sender?

No he is wanting to a program that tells him if an email is available for use.
 
Kendrick Lamar said:
No he is wanting to a program that tells him if an email is available for use.

Ahh, I see. It search's all the local email services for (as an example) [email protected], [email protected] etc.

Again, I'm not much of a coder, but I'm sure there might even be a program out there already that does this. :)
 
If it has been done in vb/c# there is basically nothing you can do without it being RE unless you keep it server side. I can't remember what it is called pretty sure it is called LE Code or something like that
 
Code:
function massmail() 
{
  $content = '...';
  foreach ($recipients as $r) {
    $_content = $content . '<img src="http://xxx/trackOpenRate.php?id='.$r.'">';
    mail($r, 'subject', $_content);
  }
}

:D
 
He wants a auth system for when it is coded.
Depending on what it is coded in will depend on if I can help you with a auth system.
 
It's funny cause I have exactly what you're talking about somewhere on my pc.
You login with a email and pass, And can do any domain to the email.
 
I don't think you'd be able to sell. There are programs that do this already. A LOT of them have been checked already.
 
I have this exact program you are talking about, it has HWID protection to, you login into it with a email and pass then you import a list of words with extensions on them and it scans which hotmails/lives are/aren't taken.
 
Vegeta said:
I have this exact program you are talking about, it has HWID protection to, you login into it with a email and pass then you import a list of words with extensions on them and it scans which hotmails/lives are/aren't taken.

Yup, these programs have been around forever so OP you'd be wasting your time if you plan to use this to grab OG's as majority have been checked.
 
Back
Top