gayan

Member
Jun 21, 2009
11
0
51
Hi All,

It's been a while on this forum. Anyways I'm in a unique situation or maybe some of you have come across this situation earlier.

One of my clients wants get some email reports on a few accounts under their domain. He mainly these people have sent replies to the emails they have received. I can generate a report manually via the titled feature, but doing this on a weekly basis is too much work for me.

So I's like to use a php script which will call on API functions triggered by a cron a job to generate the results and them email it to the relevent person.

So my main question is that whether is there an API for this feature and if so can anyone direct me to the guide.

the other question is, IS this doable?


Thanks in advance.
 

gayan

Member
Jun 21, 2009
11
0
51
Thanks for the update.

I'll keep watch of this thread. If there is a way to do this, I'll go ahead and make something up ;)
 

cPanelDavidN

Well-Known Member
Staff member
Dec 17, 2009
571
3
68
Houston, TX
cPanel Access Level
Root Administrator
Hi gayan,

The new mail delivery reports feature available via WHM does not have documented API calls. I put in a query to get more information. Hopefully we'll hear something in a few days and we can get you what you need.

Regards,
-DavidN
 

WooDzu

Member
May 21, 2012
6
0
51
cPanel Access Level
Root Administrator
There is a mysql database in cpanel: eximstats with 4 tables:
- defers
- failures
- sends
- smtp

I think it should be possible to query these tables to get some delivery stats. This is what I need to do on my serv. Recently We've had an enormous amount of undelivered registration confirmation emails (containing link to activate users' accounts).
I just hope that Cpanel dev team would be able to put some light on this and explain whether these DB tables could be used to pull out the info whether an registration email has been sent successfully.

Regars,
Peter
 

prashantkumar55

Registered
Mar 15, 2013
1
0
1
cPanel Access Level
Root Administrator
Hello ,
i too need the help to get delivery reports stats as given in whm panel for one of my client as i don't want to share any whm credentials with client. looking for a api to can you help me.