When using MimeMail to send all messages I'm getting "Problem loading page", "Connection was Reset" in Firefox upon webform submit.
The completed form is still added to submissions, but the form is not emailed.

Not a major issue as I've switched to HTML Mail module and the form submits fine as html, but thought it was worth the feedback.

Comments

quicksketch’s picture

Category: bug » support

Hm, not sure why this would be. We just added MIME Mail support in CVS, you might try out the development version of Webform and see if that helps. Previously (3.2 and earlier) Webform didn't include any integration with MIME Mail, so I don't think Webform could be responsible for this problem.

bensey’s picture

Thanks for the quick response quicksketch.

Just stumbled across the great 3.2 patch to include emails as attachments in #698494: HTML Email Template Functionality (MIME mail support) so have switched back to MimeMail from HTML Mail to gain this great functionality...
Alas the issue rears its ugly head again..! Although as I seem to be the only person having this issue, it's probably something at my end, only happens when MimeMail is enabled though...

I'm using Webform 3.2, is there some newer dev version available?
I'm also new to CVS and will need to do some serious reading, but can I easily grab the whole version in one tidy package somewhere without needing to run a CVS tool?

Cheers,
Ben.

quicksketch’s picture

You can always get to dev versions containing the latest code by clicking "View all releases" on the project page. The direct link to the dev version for 3.x is http://drupal.org/node/730872. The dev version already includes the patch for MIME Mail support so you don't need to apply it again if you use the dev version.

What version of MIME Mail are you using? Seems like this might be something for the MIME Mail issue queue, the maintainers are pretty responsive over there.

bensey’s picture

I'm running the latest alpha 5 of MIME Mail, but I'll have a crack at webform 3.x-dev and see what happens.
If there's still problems, I'll try posting in the MIME Mail issue queue.

Thanks for all your help.

malks’s picture

I don't know if it's the same problem you were having, but I think mimemail is hitting this php bug:

http://bugs.php.net/bug.php?id=49697&edit=1

Basically if you put a mail.css in your theme directory it should stop mimemail from aggregating every single css it can find and breaking regular expressions in PHP. I tried increasing the PCRE settings (by 100!) but had no luck until I create a very basic mail.css into my theme directory.

HTH
Malks.

sgabe’s picture

@malks,
@bensey:

There is an issue about that bug in Mime Mail's queue, see #835734: In some cases CSS optimization causes WSOD. If you made certain that the bug mentioned above is responsible, please try the attached patch and report back there. Adding a custom mail.css doesn't solve the problem just gets around it...

quicksketch’s picture

Status: Active » Fixed

Looks like this is a MIME mail issue, not a Webform one.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.