GDPR, CCPA data removal
-
I’m going through our plugins that capture personal data, and looking at how to remove that data if a user request comes in to do so. This is to comply with the GDPR and other similar laws.
After submitting a form and then FluentSMTP sending an email, the user info was in the FluentSMTP email log. So I went in and deleted the record from the email log to remove it. Afterward, I did a search in our site database, and the record is still in there, in a table called wp_fsmpt_email_logs.
How can this be purged? Also, why is the table named fsmpt, not fsmtp?
The topic ‘GDPR, CCPA data removal’ is closed to new replies.