/
/
API: Enable and disable mailbox autoresponder

API: Enable and disable mailbox autoresponder

To enable autoresponder for a mailbox, execute the following API request:

https://%PANEL_ADDRESS%/ispmgr?authinfo=%USER%:%PASSWORD%&func=email.responder&elid=%MAILBOX%&arenable=on&sok=ok&out=xml

To disable the autoresponse, specify the arenable parameter as off.

Please note!

Use %40 characters instead of the @ character in the mailbox name when making a request over HTTPS.

Example

As an example, let's assume you need to enable an autoresponder for the mailbox admin@domain.com, which is located in the control panel at the address 192.168.22.88:1500 and belongs to the user user with the userpasswd password:

https://192.168.22.88:1500/ispmgr?authinfo=user:userpasswd&func=email.responder&elid=admin%40domain.com&arenable=on&sok=ok&out=xml

In this article