How to create autoresponder 3 days every week

ozstar

Member
Jan 25, 2011
6
0
51
Sydney Oz
HI,

We need to have an autoresponder for an webmail address which Starts 12.01am Friday and stops 12.01am Tuesday, every week.

How can this be achieved please?

Thanks

oz
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello,

There's no native feature that allows you to enable an autoresponder at specific times of the week (every week). I encourage you to open a feature request for this at:

Submit A Feature Request

In the meantime, you could develop two custom scripts that makes use of the following UAPI functions:

UAPI Functions - Email::add_auto_responder - Software Development Kit - cPanel Documentation
UAPI Functions - Email::delete_auto_responder - Software Development Kit - cPanel Documentation

Then, setup the custom scripts to run on cron jobs at the time when you want the autoresponder added, and at the time you want it removed.

Thank you.