• 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

Plesk API - Multiple eMail aliases

What exactly didn't work? What is your xml code for this?
 
<packet>
<mail>
<update>
<add>
<filter>
<site-id>x</site-id>
<mailname>
<name>x</name>
<alias>xxx,xxxx</alias>
</mailname>
</filter>
</add>
</update>
</mail>
</packet>

The response:
<errcode>1019</errcode><errtext>xxx,xxxx: The specified email address is not valid. You need to specify a valid email address like [email protected].</errtext>

When I only use one alias, it works. So how to manage multiple aliases?
 
Back
Top