Preemo Posted September 1, 2011 Share Posted September 1, 2011 Hey, My clients are receiving hundreds of emails. How do I stop this? For example, between 5 and 6, a customer received 60 emails all with the title "First Invoice Overdue Notice". How do I stop this? Regards Ryan 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted September 1, 2011 Share Posted September 1, 2011 Look at the timing of your corn job. 0 Quote Link to comment Share on other sites More sharing options...
Preemo Posted September 1, 2011 Author Share Posted September 1, 2011 I know, I set it to 17:00. However, I don't actually want all these emails sent out.. 0 Quote Link to comment Share on other sites More sharing options...
bear Posted September 1, 2011 Share Posted September 1, 2011 If it's sending more than one, that sounds as though the cron is set incorrectly. What is the exact cron command, please? 0 Quote Link to comment Share on other sites More sharing options...
Preemo Posted September 2, 2011 Author Share Posted September 2, 2011 If you mean the ones in the WHM, then it's.. php -q /home/rhphosti/public_html/support/admin/cron.php >/dev/null 2>&1 Cheers, Ryan 0 Quote Link to comment Share on other sites More sharing options...
bear Posted September 2, 2011 Share Posted September 2, 2011 The times are the important bit, not the command it's instructed to run. Simple matter to screen capture the settings for it, I suppose. 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted September 2, 2011 Share Posted September 2, 2011 (edited) Hi Ryan, This is what we are needing to see and this may help you as this is what you should have: Edited September 2, 2011 by thehost5968 0 Quote Link to comment Share on other sites More sharing options...
Preemo Posted September 2, 2011 Author Share Posted September 2, 2011 Oh right, here's a screenshot. Thank you 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted September 2, 2011 Share Posted September 2, 2011 OK then are all the email coming from the same email address within the email client are getting? 0 Quote Link to comment Share on other sites More sharing options...
RobG Posted September 2, 2011 Share Posted September 2, 2011 An * in the time means "run every minute/hour/day,etc...". Therefore, Min Hour Day * 15 * Works out to: Run cron every minute that the hour = 15 (i.e. 15:00, 15.01, 15.02, etc...) Change the * in the 'Minute' column to 0 and it will only run once. 0 Quote Link to comment Share on other sites More sharing options...
bear Posted September 2, 2011 Share Posted September 2, 2011 Yup, correct. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.