When you want to use Simplenews Statistics you need to send your e-mails in HTML. Plain text is not allowed because we can't add a simple image to the body of the e-mail. When there's no image added in the body of the e-mail they can't be tracked.

Todo: add all dependencies and install requirements.

Comments

dieuwe’s picture

Title: Add dependencies and install requirements » Add HTML email as an install requirement
Component: Code » Documentation
Issue summary: View changes

There are a few things we can do here, but most of these just involve better documentation:

  • Update the module home page with the requirement for HTML email.
  • Update the README.txt with the requirement for HTML email.
  • Check if the newsletter category has "HTML" selected as it's email format.

Note that Simplenews doesn't check whether it is actually possible to send HTML email (as far as I can tell), even when this option is selected.

We can't add a dependency to the simplenews_statistics.info file as we won't know what HTML email module the user might have installed or want to install.

We can't add a warning message that no HTML email module is enables since, as far as I know, there is no way of detecting that.

  • dieuwe committed d9e0ff6 on 7.x-1.x
    Issue #1750906, by stijnd: Add HTML email as an install requirement....

  • dieuwe committed ad4f10e on 7.x-1.x
    Issue #1750906 by stijnd: Add HTML email as an install requirement....
dieuwe’s picture

Status: Active » Fixed

I have added a drupal_set_message on the settings page and on the statistics tab for each newsletter node that will show a warning if the category format has not been set to HTML.

That is probably be best we can do other than what has already been added to the documentation.

Status: Fixed » Closed (fixed)

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