Hi,
If you are referring to the “ Batch email sending status”, in which the records get accumulated over time and affect performance.
There are few ways clean them:
Option 1
- Go to System Administration > Periodic tasks > Batch job history cleanup
- Configure the retention period (for example, delete records older than 30 or 90 days).
- Schedule it as a recurring batch job.
If the email sending status is stored as a batch history, this will be the safest option.
Option 2:
If you are using the email framework, SMTP or Exchange, Navigate to
System admin > Periodic tasks
Thanks