• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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