Hi @mf_iii, thanks for your query.
Currently, we don’t have the option to export the emails. However, you can export the subscriber product’s list via WP-admin >> Tools >> WC Stock Alert Export
Let us know if you have any further query.
Thread Starter
mf_iii
(@mf_iii)
Thanks for your answer!
Those emails in export are all from the beginning, or if the product was back in stock again the emails are not available in export?
Hi @mf_iii, Currently we only support the export of the subscriber emails only.
However, you can do custom code and add the emails id of those who have received in stock emails.
Thread Starter
mf_iii
(@mf_iii)
So emails who receive in stock emails will be not included in the export? If yes, how can i do custom code?
@mf_iii, When a product comes back in stock, we remove the emails.
So, you need to modify this flow and save those email in separately, and then add the export option.
Thread Starter
mf_iii
(@mf_iii)
So all the emails are kept in database even those who have received the back in stock email?
But they not included in export, right?
Can i find them somewhere in the database?
Thread Starter
mf_iii
(@mf_iii)
Hello again! Can you please answer me please in the last question?
What is the easiest method to find all the emails (including those emails who received back in stock) ?
Thanks
@mf_iii, our replies are inline :
– So all the emails are kept in the database even those who have received the back in stock email?
>> When a product comes in stock, we remove the email of the customer. Hence the user’s email are no longer saved there.
– But they not included in export, right?
>> Because, the emails (whose products are in stock) are deleted from the database, hence they will not be exported.