add and delete users, email ids to google groups through a p

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jk4488
Forum Newbie
Posts: 1
Joined: Fri Dec 05, 2008 11:06 am

add and delete users, email ids to google groups through a p

Post by jk4488 »

HI i have a requirement, for which i need some advice /
clarification / technique.
The requirement is as follows:
I have a google group account, in which i want to add and delete
users, email ids through a php script. I want to know whether such a
thing is possible legally or not or whether there are techniques to do
such a thing and do they come under hacking attempts. If it comes
under hacking attempt and still it needs to be done then what would be
the procedure, techinique to do it.
Does google or any other mail service provider for e.g., yahoo provide
any api or code to do such a thing.

:banghead:
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: add and delete users, email ids to google groups through a p

Post by josh »

Legality is up to them, anyone who tried to tell you otherwise and is not a lawyer should be taken with a grain of salt. What you're trying to do is implement whats called a scriptable browser. Simpletest has a nice one, or you could roll your own using Curl.
Post Reply