• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Question How to get all the customer name and email addresses for active subcriptions?

WebHostingAce

Silver Pleskian
Hi,

How to get all the 'Customer Name' and 'Email Address' for active subscriptions unless subscription is expired or suspended by Admin.

Thank you.
 
In a hurry, something like:

select cname,pname,email from clients where id in (select cl_id from domains where webspace_status=0);
 
Back
Top