Page 1 of 1
How do i export emails
Posted: Fri Dec 23, 2011 11:29 am
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.
Re: How do i export emails
Posted: Fri Dec 23, 2011 11:52 am
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]
Re: How do i export emails
Posted: Fri Dec 23, 2011 11:57 am
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