By doodee on Friday, 26 February 2016
Posted in General Issues
Replies 1
Likes 0
Views 360
Votes 0
Hai Support Team,
Good day for you all,

As we late to activate cron service for email activities, by now old email activities sent out unnecessarily.

How could I stop it but keep only new ones will grab by the cron ?

Thanx in advance.
Hi there doodee,

Unfortunately, I'm afraid you have to delete the old emails to prevent cronjob from sending it out.

As I've seen that you have a lot of emails, it will be time consuming to delete the old emails from the back-end, it will be faster if you do it from your website's database using sql query.

To do this:

1) Backup your database.

2) Access your database

3) Enter this query into your SQL delete from jos_social_mailer where id between * and **. Jos is your database name. * is the starting email and ** is the end email you wish to delete.

If you are unsure of the steps, you can give us your database access as well as the range of email that you wish to remove. We will do it for you

I hope this helps!
·
Friday, 26 February 2016 17:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post