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.