• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question API Email Auto-reply

ChrisH

Basic Pleskian
Hi,

does anybody knows how to change the checkbox "Switch off auto-reply" with the API? It should be something like <end_date_enabled>false</end_date_enabled>, but this is not working. I can set the end date with <end_date> so this is not my problem.

Thanks in advance.
 
Maybe something like:

<mail>
<update>
<set>
<filter>
<site-id>5</site-id>
<mailname>
<name>test</name>
<autoresponder>
<enabled>false</enabled>
</autoresponder>
</mailname>
</filter>
</set>
</update>
</mail>
 
This will enable the Auto-reply, but it will not influence the "Switch off"-Checkbox and the automatic end date.
 
Back
Top