Please help!!! Why is this so difficult. I set up a campaign with a target list of 1467 records. It shows in the email queue: NOTHING HAPPENS – ALL I WANT TO DO IS TO SET UP THE CAMPAIGN PRESS A BUTTON AND SEND!!! CAN THIS BE FIXED OR DO I HAVE TO JACK WITH EXPORTING RECORDS AND USING MAILCHIMP???
I SEE ALL OVER THE INTERNET THAT THIS HAS BEEN A PROBLEM 6.5, SHOULD I CONCLUDE THAT THE “CAMPAIGN” MODULE IS JUST FLAT ASS BROKE.
Sure, tell me a few more things about your system, mainly:
Your SuiteCRM version?
Is this a new installation, your first campaign, or was it working before and now it broke? How?
what kinds of email accounts are you using, and how did you set them up in SuiteCRM?
I gather from your description, that you hit “send”, no error shows, but then Email is stuck in the queue. If that is not the case, please explain better and include error messages
Did you set up your Schedulers (cron jobs)? That would be a simple explanation for the problems: the “Run Nightly Mass Email Campaigns” job needs to be running without errors.
If the job runs, but fails to send, you will surely see messages in suitecrm.log. Trying to send manually from Admin / Email queue is a good way to pinpoint the exact moment in time when the relevant code is running, so you can focus on the right messages in the logs.
I wonder if you could be having timezone troubles, and so the campaign send time isn’t working.
What is your timezone?
Do the times in Admin / Schedulers look right to you? Or are they off by a few hours? (for example, a job that runs every hour, did it run in a time that makes sense in your timezone?
Did you set up date.timezone in both your php.ini’s? There’s one for the web server, and sometimes a different one for the CLI (command line), which affects the Schedulers.