• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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