• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved GraphQL Error Mass E-Mail

pcds

New Pleskian
Server operating system version
Debian 10.13
Plesk version and microupdate number
18.0.70
Good Day
I'm logged in in the web interface as administrator. In Mass Email Messages when i click "Create template" or "Send Mass Email" i get the error :

GraphQL Error
Plesk\GraphQl\Values\ClientValue::email(): Return value must be of type string, null returned

How can I fix this?

Kind regards
 

Attachments

  • Screenshot 2025-07-03 110408.png
    Screenshot 2025-07-03 110408.png
    56.6 KB · Views: 3
Hello, @pcds . You likely have a user (customer/reseller) on the server missing an email address (which is required detail) in the Contact Information. Please execute the follow commands on the server:

plesk db
select id, cname, pname, login, email from clients where email is NULL\G

That should return the users who are missing the value, which you can then define in Customers/Resellers > user_name > Editing Contact Info > Email address field.
 
Hello, @pcds . You likely have a user (customer/reseller) on the server missing an email address (which is required detail) in the Contact Information. Please execute the follow commands on the server:



That should return the users who are missing the value, which you can then define in Customers/Resellers > user_name > Editing Contact Info > Email address field.
Thank you very much. This was the case. Now it works.
 
Back
Top