It seems as though I am only being given two choices: drupal default or "queue, don't send". How can I set this up to work with Mimemail?

Comments

flug’s picture

There is a bug in the 2.0 alpha1 code--a case mismatch and that makes the 'rebuild drupal mail libraries' button malfunction.

Once you make this correction, press the button and after that your other mail handlers, if any exist, will appear on the list.

However, they may not work correctly--that is another issue1

Patch for mailq.module:

 //changed to match case of button - otherwise this important function doesn't work!
  elseif ($op == t('Rebuild drupal mail libraries')) {
    /**
     * Make the smtp_library var null, and read each file module file
     * looking for the drupal_mail_wrapper function.
     */