ballashop Posted April 4, 2022 Share Posted April 4, 2022 (edited) Hi, the module shows registered users or allows us to export, but how to delete some of them? I also noticed that if a user who has already subscribed to the newsletter (from the native module), he again can still subscribe to the newsletter during the registration. The system does not recognize that the user mail is already subscribed to the list. Any suggestions? Thanks for any reply. Balla Edited April 5, 2022 by ballashop (see edit history) Link to comment Share on other sites More sharing options...
ballashop Posted April 5, 2022 Author Share Posted April 5, 2022 Hi, i found this command line to delete some spam email from mysql: DELETE FROM ps_emailsubscription WHERE email IN ('[email protected]','[email protected]', 'etc'); Just to know if this can create problems with the DB and possible relationships with others ones. Thanks for any reply. Balla 1 Link to comment Share on other sites More sharing options...
endriu107 Posted April 5, 2022 Share Posted April 5, 2022 You can delete those emails with no worries. Link to comment Share on other sites More sharing options...
ballashop Posted April 5, 2022 Author Share Posted April 5, 2022 Hi @endriu107 thanks a lot. Balla Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now