Forum Moderators: coopster

Message Too Old, No Replies

Hotmail / Gmail Email address getters

         

bleak26

1:15 pm on Dec 21, 2006 (gmt 0)

10+ Year Member



I have seen on some large sites like WAYN, (where are they now) facilities that are used to retrieve all the email address's of a webmail (hotmail,yahoo,gmail) account and then send an email to all thoes retrived addess's.

Does any one know the name of this facility?

or the name of a php script which does this?

jatar_k

4:56 pm on Dec 21, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I don't really understand what you mean by 'retrieve all the email address's of a webmail account'

do you mean get every account that yahoo has so you can spam them?

if so I doubt most of the spammers get a list, the ones I see look more like they try all variations and bug the ones that are opened. They could also have bought lists.

barns101

5:22 pm on Dec 21, 2006 (gmt 0)

10+ Year Member



I think that he wants to have a user provide their Hotmail (for example) login details and then read their address book and send an email to all of the user's contacts.

jatar_k

5:55 pm on Dec 21, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



hmm, saving someone's user/pass is a bad idea, unless it's your own

you could try cURL with your own account but I see a ton of parsing in your future

bleak26

5:56 pm on Dec 21, 2006 (gmt 0)

10+ Year Member



Sorry for the poor explanation.it is as barns101 explains it.

I have found out they are called contact / address importers

Psychopsia

6:46 pm on Dec 21, 2006 (gmt 0)

10+ Year Member



This can be done using an API for communication between your application and their email service.

You can search in google "Hotmail contacts API", I found a website with the API for Gmail, Hotmail, Yahoo and Orkut.

[edited by: Psychopsia at 6:53 pm (utc) on Dec. 21, 2006]

swa66

8:20 pm on Dec 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Please be extremely careful with it, you're likely to be -rightfully- accused of (facilitating) sending spam - aka. UBE Unsolicited Bulk Email.

Please don't.