Simplenews & Mimemail - Outgoing email failed.
| Project: | Simplenews |
| Version: | 6.x-1.0-rc6 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
I've been battling this for days now and am at a loss, hopefully someone can offer some insight.
Scope:
Simplenews: 6.x-1.0-rc6
Mimemail: 6.x-1.x-dev
When I assign the newsletter and try to send it (via real or test) I get the following error in the log and the email is never sent out: "Outgoing email failed. Message type: node"
If I leave the newsletter set as "- None selected -", I am able to send out a test just fine.
I'm not sure which model is causing the error though because it works fine without mimemail, but as I said, I can send a test out from simplenews with mimemail enabled when I don't select a specific newsletter.
If I need to provide further information, please let me know.
Thank you in advance for your help!

#1
#2
I have the same problem. Have you fix it? If so ...please post the solution.
#3
subscribing. I tried this almost a year ago with errors. Now the same. mime and simplenews is not simple.
#4
The latest release of mimemail has fixed it for me...
#5
#6
We've been banging on this for a few long nights now - we have
Mime Mail v 6.x-1.x-dev
SMTP Authentication Support v6.x-1.x-dev
SimpleNews v6.x-1.0-rc6
And we're still getting the error:
Outgoing email failed. Message type: test
Subject: [Unassigned newsletter] June 2009
Recipient: xxxx Sent via Mime Mail
Severity: error
Everytime the mail() function in the MimeMail module is called it returns 'false'
It works fine with Mime Mail disabled.
-------- Update (after 3 more hours of debug)
Turns out that Mime Mail calls the PHP mail function, since we're not using the built in UNIX sendmail, we needed to configure the PHP.ini file to point at the 'right' mail transfer agent. Once we did that everything worked fine.
A little strange considering the documentation seems to declare a hard dependency on the SMTP module, so we thought specifying the mail server there would be enough. Guess not.
#7
Thanks for the information cmlindstrom. Unfortunately the issue I originally posted has returned even though no changes have been made to my site configuration or the module versions installed. Could you perhaps provide a detailed example of what you did to resolve the issue?
#8
Yes, please, what are your php.ini settings?
#9
I'm having the same issue. I can send mail from one newsletter but unable to send from another newsletter. The problem is, the newsletter I cannot send from is my production newsletter.
Thanks,
-Drew
#10
I was able to resolve my issue. I exported my subscribers, removed the newsletter, re-added a newsletter with a different name and bulk imported my subscribers.
Thanks,
-Drew
#11
Changing status and priority.
#12
I'm having the same issue:
Email sent through contact form: works
Email sent through SimpleNews: doesn't work
Tried sending plain text instead of using Mimemail: doesn't work
using latest versions of all modules and core
has anyone worked this one out yet?
#13
Used subscribe block to add email via anonymous user: works, receive email containing link to subscribe.
Try to send newsletter again: doesn't work. No emails received.
Option to send immediately is set, i.e. not using cron.
#14
Try sending with Mime Mail _disabled_
#15
Tried disabling Mimemail module: works!!
enabled Mimemail and switched Simplenews to plain text: also works!!
Looks like it's definitely a bug in the Mimemail module...checking Mimemail's queue...
#16
This is no longer a simplenews issue. Closing.
#17
This worked for me as well: Export users, delete old newsletter and add a new one, resubscribing all the old users. Good luck!