When I use 'phpmailer' as send method, changes (according to the settings in 'Notifications Settings > Events') trigger rows to be added to the 'messaging_store' table. However, these are not passed on and shown in the subscriptions queue, they are not sent and no entries in the logs exist.

When I (manually) change all send methods to 'mail', the changes are added to the queue and I get the error 'Message could not be delivered for method mail' in the log.

This had functioned before and I do not recall the exact change I have done to get this behavious: it could be upgrading the Drupal core to 6.10 or upgrading the messaging and notifications modules to the latest versions. Reverting to an old version does not do the trick either.

Could anyone help me out?

Comments

edvanleeuwen’s picture

Something I noticed:

When I change the send method to 'PHPMailer' in stead of 'phpmailer', the method displayed in 'Subscriptions by send method' turns bold. However, then again I get the message 'Message could not be delivered for method PHPMailer'. When I change it back to lowercase, the method's typeface is normal and no error messages appear (but no messages get sent either).

edvanleeuwen’s picture

Status: Active » Closed (fixed)

I noticed that the messages do get queued, but that an 'Out of Memory' error is raised. I will close this issue and create another regarding that problem.