This plugin enables logging of all outgoing email messages, that are sent by Redmine.
After installing this plugin you will see email logs under the new menu item in Administration:
If Contextual email logs are enabled in the plugin's settings (they are by default), email logs can also be accessed via the contextual links in issues and messages:
If Email open tracking is enabled in the plugin's settings and mailer.html.erb
is modified accordingly (see below),
the plugin adds a tiny transparent image to outgoing emails. This image lets track, if the email has been opened by the user
(if users allowed to load images in their email clients).
that_email_log
directory to the plugins
directory of Redminerake redmine:plugins:migrate RAILS_ENV=production
If you want to enable email open tracking using the 1x1 pixel invisible image, you also need to do the following:
mailer.html.erb
from Redmine's app/views/layouts/
to the same
directory in the plugin<%= that_email_tracker %>
somewhere in this file, e.g., before </body>
GNU General Public License (GPL) v2.0