• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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