CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • CiviMail not sending bulk mail
Pages: [1]

Author Topic: CiviMail not sending bulk mail  (Read 1882 times)

huffy

  • Guest
CiviMail not sending bulk mail
April 07, 2009, 11:13:39 am
I have had Civimail sending mail without any problems until the 1st of April this month when it stopped working.

I can force queued mail to send by running;
/civicrm/mailing/browse?reset=1&runJobs=1

I have run a test that dharmatech suggested in another thread.
/sites/all/modules/civicrm/bin/civimail.cronjob.php
However unlike that users problem, I still get a ERROR: You need to send a valid user name and password to execute this file even with CRM_Utils_System::authenticateScript( false ); set

Any ideas?

Thanks

huffy

  • Guest
Re: CiviMail not sending bulk mail
April 08, 2009, 10:03:06 am
Any help at all? Still having the fault....

Thanks....

ruid

  • I post occasionally
  • **
  • Posts: 46
  • Karma: 4
Re: CiviMail not sending bulk mail
April 08, 2009, 10:28:39 pm
You need to run
civicrm/bin/civimail.cronjob.php?name=your_drupal_username&pass=your_drupal_password&key=your_civicrm_sitekey

key is set up in civicrm.settings.php
define( 'CIVICRM_SITE_KEY', 'key' );
« Last Edit: April 08, 2009, 10:32:08 pm by ruid »

huffy

  • Guest
Re: CiviMail not sending bulk mail
April 09, 2009, 02:47:53 am
Hi Ruid,

Thanks for your response, I have looked for the civicrm.settings.php file in sites/all/modules/civicrm but only found the following file;
civicrm.settings.php.sample
This was working previously, do I need to setup this file now? Is the cronjob url with the civiKey known to fix this problem?

Thanks

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: CiviMail not sending bulk mail
April 09, 2009, 03:57:42 am
Hi,

You don't mention if you recently upgraded. The sitekey was introduced in v 2.0.7 / 2.1.2 / 2.2

Look in sites/default rather than sites/all for the civicrm.settings.php file

http://wiki.civicrm.org/confluence/display/CRMDOC/Command-line+Script+Configuration
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

huffy

  • Guest
Re: CiviMail not sending bulk mail
April 09, 2009, 05:12:28 am
thanks for the update Eileen.
I using config version 2.00 so have no CD key. The url still appears to be doing nothing and returns to home page when i remove the CD KEY and have just
civicrm/bin/civimail.cronjob.php?name=<name>&pass=<pass>
so i will have to keep playing around with it and see what i find. Will update soon.

huffy

  • Guest
Re: CiviMail not sending bulk mail
April 09, 2009, 05:32:08 am
Quote from: Eileen on April 09, 2009, 03:57:42 am
Hi,

You don't mention if you recently upgraded. The sitekey was introduced in v 2.0.7 / 2.1.2 / 2.2

Look in sites/default rather than sites/all for the civicrm.settings.php file

http://wiki.civicrm.org/confluence/display/CRMDOC/Command-line+Script+Configuration

Got it working with sites/all/modules/civicrm/bin/civimail.cronjob.php?name=user&pass=pass in the end. Just need to add to cron now.

Thanks

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • CiviMail not sending bulk mail

This forum was archived on 2017-11-26.