Hello my name is Diego, I'm from Argentina. I'm having a problem when activating MIMEMAIL. I have a webform created with webform module and stop sending emails. If I desactivate the MIMEMAIL the webform start sending mails

Please I need help!!

Comments

sgabe’s picture

Priority: Major » Normal

Can you provide more details? is there anything in the watchdog about the failure of the sending of the message?

cyxair’s picture

Same here, webform module has stopped sending emails on mimemail module activation.
No errors are reported in the watchdog.

Webform : 6.x-3.11
Mime Mail 6.x-1.0-beta2

Anonymous’s picture

Hello, I'm from Brazil. I have exactly the same problem reported by Diego. I'm using phpmailer and MIMEMAIL. if somebody could help...

sgabe’s picture

Status: Active » Closed (cannot reproduce)
Issue tags: -email

Closing due to no activity.

Rob_Feature’s picture

Status: Closed (cannot reproduce) » Active

Reopening with the latest versions of webform and mimemail.

I put in some bug testing code, and when watchdogging the $message['body'] or $message['headers'] I get this php error in the watchdog:

Warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in db_escape_string() (line 410 of /includes/database.mysqli.inc).

Watchdogging $message[subject] doesn't give this error.

Rob_Feature’s picture

Status: Active » Closed (cannot reproduce)

In my case this was due to bad $message['headers'] being sent to mimemail from webform. Closing again because it was specific to my install (not a problem with webform, specifically)