• 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

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