• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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