Simplenews publishes and sends newsletters to lists of subscribers.

This module alters the URLs inside the mail body and when user clicks any links, it is sent to a page that collect the user data and then redirects at the original URL.

The URL change and the redirect are hidden to the user and quite in realtime.

The admin sees the log of the clicks in the email/newsletter and it can order them by user email (single click or grouped clicks) or by urls (single click or grouped clicks) or by date (when clicked).

The admin can see also which user never has clicked a link in the newslettere and can resend to him the newslettere (maybe lost email).

It's possilble to export to a csv file the data:

  • for visitors, with a date range selector, all lines for email/date/link/url (the table content);
  • for no visitors, the email who never has clicked one links inside the newsletter (the date range hasn't meaning).

With exported data, the admin can do the statistics it wishes and review the subscriptions, for example.

Requirements

Configuration

It's possible to set a limit for every newsletters so the user that owns the newsletter can't send too much email.

A value of 0 gives a unlimited grants but a value sets the max and a cumulative count checks every mailing if the user has enought disponibility.

The base idea for above was born for a module used for a mailing service site, so the user buys packets of mailing (automatic selling/payment not implemented at the moment).

Project information

Releases