Because I'm getting an error with trying to use PHPMailer (different issue), I'm now just trying to use the Mail option for sending. I'm on 6.x-1.x-dev version of messaging and Notifications 6.x-1.0-beta3. I'm on Drupal 6.5.
My messaging settings are set to:
default send method: Mail
mail settings messaging body filter: messaging plain text
am subscribing to blog entries. when a new blog is created (using messaging plain text filter), no mail gets sent and this error is in watchdog: Message could not be delivered for method html_mail
Why is it trying to send it as html when i'm telling it not to? Am I doing something wrong? I have read the docs and believe I have configured this correctly. Currently this module is completely un-useable for me since regular mail won't work and phpmailer is also throwing an error (again, reported as separate issue).
Comments
Comment #1
jose reyero commentedI think you may have some subscriptions or queued notifications for the html_mail method you had enabled before. (Btw, that issue should be fixed)
Check your settings, subscriptions, etc...
Comment #2
crizHi sw9,
I had the same issue, until I noticed that in the user settings (/user/1/notifications/group) "html mail" is selected as send method, although I had deactivated the phpmailer module...
Comment #3
jose reyero commentedOk, the issue was like this: When you disable a send method, it is not available anymore but there may be notifications which have that (disabled) method set.
It should be fixed in latest version, we are doing now some sending method updates when the modules are disabled. And on top of that, you have a subscriptions adminnistration page to check and update all existing subscriptions.