Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.7
-
Fix Version/s: 5.8
-
Component/s: CiviMail, Drupal Integration Modules
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
There is a command for 'civicrm-process-mail-queue' without a callback or default function:
https://github.com/civicrm/civicrm-drupal/blob/2b73e118e5657aa1f6b61e3ec7d4c9303ab0ba1f/drush/civicrm.drush.inc#L245
There is also a function to process the mail queue, but nothing seems to implement it. Also, it uses an invalid API call as there is no 'Process' action for the 'Mailing' entity:
https://github.com/civicrm/civicrm-drupal/blob/2b73e118e5657aa1f6b61e3ec7d4c9303ab0ba1f/drush/civicrm.drush.inc#L1080
We could just remove these for now, unless someone with better experience with Drush would be able to correctly implement the command to process the mailing jobs?