Okey step for step. We have a dedicated server with our own control panel. So i setup the cron job for every day, every hour, every minute.
There is none mails going out.
When i execute the php file i get this:
The www.samplesite.com review reminder script finished execution on
19 Oct 2007 13:19:51
email messages were sent.
So i guess thats okey. As next i registered a account with Newsletter. And in the admin the newsletter was 1 and the delay is 10.
Oh,.. i also NOT used the orignal SQL tables. but the second updated:
INSERT INTO `configuration` VALUES (NULL, 'Days delay for review email', 'REVIEW_REMINDER_DELAY', '10', 'Number of days to wait before sending a review reminder email', 1, 998, now(), now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Review email limit', 'REVIEW_REMINDER_NEWSLETTER', '1', 'Send review reminder email only to customers who accept newsletters (set to 1)', 1, 999, now(), now(), NULL, NULL);
ALTER TABLE `orders` ADD `reminder_sent` TINYINT(1) NOT NULL default '0' AFTER `orders_status`;
I don't know if there is any difference between them. As an customer i don't get any mails. Anyone any idea what i'm doing wrong ?