Jump to content

Deleting Client Emails


edherroj

Recommended Posts

15 hours ago, edherroj said:

Is there a way to mass delete all emails sent to the clients instead of having to delete one by one in the WHMCS client management area?

https://docs.whmcs.com/System_Utilities#Prune_Saved_Emails

Quote

Prune Saved Emails

Select a date to remove any emails in Configuration () > System Logs > Ticket Mail Import Log (Utilities > Logs > Ticket Mail Import Log in WHMCS 7.x and earlier) before that date.

forget the wrong info in the docs, you would go to utilities -> system -> system cleanup -> advanced -> prune saved emails.

l8B3G23.png

in reality, all that function is is a delete SQL query to the tblemails database table of emails sent before the entered date - in other words, the SQL query Steven didn't recommend that you do. 🙂

that said, I would backup the database, or at least that table, just in case years down the line, you ever need to prove what was sent in a particular incident.

Link to comment
Share on other sites

4 hours ago, brian! said:

https://docs.whmcs.com/System_Utilities#Prune_Saved_Emails

forget the wrong info in the docs, you would go to utilities -> system -> system cleanup -> advanced -> prune saved emails.

l8B3G23.png

in reality, all that function is is a delete SQL query to the tblemails database table of emails sent before the entered date - in other words, the SQL query Steven didn't recommend that you do. 🙂

that said, I would backup the database, or at least that table, just in case years down the line, you ever need to prove what was sent in a particular incident.

Yes, this is it! Thanks Brian!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated