There is a known issue when you upgrade to webform 3.4 and have the mimemail module enabled. webform 3.4 has hooked into mimemail to support HTML emails. In doing so, contact_google_analytics will fail to put the footer at the bottom of the email. This is happening because there is a bug in the way mimemail has implemented hook_form_alter(). A portion of their code was never upgraded from Drupal 5 to Drupal 6. As a result, the hook isn't firing properly.

This mimemail issue is documented here:
http://drupal.org/node/448996

There is an unofficial beta1 release of mimemail that will supposedly fix this problem. Hopefully it will become an official release soon:
http://drupal.org/node/743150

In the meantime, if you want contact_google_analytics to work without using the unofficial beta1 release, disable the mimemail module.

Comments

muschpusch’s picture

Version: 6.x-1.2 » 7.x-1.x-dev

funny but a similar issue is still blocking mimemail and this module: #1950150: Allow custom mail keys