View Single Post
  #1 (permalink)  
Old 06-07-2009, 02:11 AM
sirbrent sirbrent is offline
Registered User
 
Join Date: Sep 2008
Posts: 91
sirbrent is on a distinguished road
Question Rewriting Auto-response Page, need assistance.

Hello,
I am rewriting the cpanel auto-responder page which is available to webmail user when logging-in.

Essentially I am looking for a way to get auto-responder status, if its on or off for the logged-in email account. I want to be able to determine this so I can set conditional text on the page. For example if the condition returns true then i would display text "Auto-responder is currently on for this account".

I cannot seem to find a way to do this, although i note several ways to get auto-responder data using the api.

Eg.
Code:
<cpanel Email="getarsbody(FORM{'email'})">
But nothing to simply get the status of auto-responders.

Any help would be appreciated.
Reply With Quote