Thanks for the module, I'm so close to getting this working!
I'm using two different email clients as tests , gmail and rackspace. The problem is that when the email is sent out, I get garbled text in the email that is sent out to the rackspace address. The inbox indicates that there is an attachment but opening the email will show garbled text along with the content of the webform submission.
On gmail, I receive a blank email with an attachment named "noname" with no file extension.
Similar to http://drupal.org/node/1215052, but the solution there did not work for me..
drupal 7.7, fresh install no other contrib modules
webform 3.12
webform2pdf 3.0-rc2; also tried with 3.0-dev, same result
tcpdf is latest, I think (tcpdf site is down) 5.9.113
any suggestions would be appreciated!
-jaspher
Comments
Comment #1
jaspher commentedEmail body looks like this:
continues on for about 200+ lines
Thanks!
-jaspher
Comment #2
Loikkk commentedI've got the same prob. I'm running on the same configuration.
Comment #3
Loikkk commentedI don't know how to fix this. It is a real problem
Comment #4
Punk_UnDeaDwebform2pdf.module
- $message['headers']['Content-Type'] = 'multipart/mixed;\n boundary="' . $trenner . '"';
+ $message['headers']['Content-Type'] = 'multipart/mixed; boundary="' . $trenner . '"';
Comment #5
jaspher commentedThanks Punk_UnDeaD, it works! Loikkk, can you confirm if this works on your setup?
Comment #6
Loikkk commentedIt works I confirm :)
Comment #7
mr.york commentedThanks, committed to webform2pdf 7.x.