How do i export emails

For general discussion of the Poker Mavens software
Post Reply
satxmarkz
Posts: 3
Joined: Thu Dec 15, 2011 8:03 am

How do i export emails

Post by satxmarkz »

Hi im new at this and just want to get my emails from my accounts in a text file how do i export them thanks.
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: How do i export emails

Post by Kent Briggs »

satxmarkz wrote:Hi im new at this and just want to get my emails from my accounts in a text file how do i export them thanks.
The easiest way would be to call the AccountsList API function. You can do this in your web browser without having to write any PHP code like this:

http://127.0.0.1:8087/api?command=accou ... ayer,email

Replace the xxxxxx with your actual API password. The output will look something like this:

Result=Ok
Accounts=3
Player1=p01
Email1=[email protected]
Player2=p02
Email2=[email protected]
Player3=p03
Email3=[email protected]
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: How do i export emails

Post by Kent Briggs »

Also, I have some PHP code posted on the API Examples page for exporting account settings to a CSV file:

http://www.briggsoft.com/docs/pmavens/API_Examples.htm
Post Reply