Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download mandrill-7.x-1.5.tar.gztar.gz 30.9 KB
MD5: 7716679f494249f527a63c9284dab414
SHA-1: a8ab0739d34a37b14e5a65576211592667f8f9ee
SHA-256: b7e09b1d4226bc41ad0088fb77bf28eaf7b0ebd1ff43042e4039f2bdb116cbf9
Download mandrill-7.x-1.5.zipzip 41.66 KB
MD5: cda153fed033d8dc7674da715c388c4a
SHA-1: a5daccd2be4d1de658fe6a4298f849e4362c8e0a
SHA-256: cabad468fdf61c3ce0a990ad7c096471ab35edd947c1783d2ce28f5291b2266c

Release notes

This release of Mandrill features a new submodule, Mandrill Activity, which enables the tracking of email activity for any entity with a valid email address. Exciting stuff. There are also many improvements and bug fixes. See below for all the details.

Changes since 7.x-1.4:

  • #2080959 by Mariano: API call webhook_update is missing an argument
  • Fix punctuation in mandrill_mailsend() header.
  • Add a message explaining the data to the activity page.
  • Update README.
  • Coding standards.
  • Property display Mandrill activity for an entity.
  • Coding standards and property 'exists' machine name callback.
  • Change dependency to mandrill from Mandrill.
  • Fixing typo in file names.
  • Fixing typo in mandrill_activity directory name.
  • First pass at mandrill_activity_get_activity().
  • Setting proper return type on mandrill_get_api_object().
  • Moving class files into lib directory.
  • #2016809 by tauno: Using a template map causes input formatter to be skipped.
  • Iniital commit of the activity module.
  • Change Mandrill_Exception classname to MandrillException to follow camel case class name coding standards.
  • More coding standards.
  • Coding standards in mandrill_reports.module.
  • #1946448 by levelos: Add a "view mandrill reports" permission.
  • #2030549 by levelos: Add x-zip as a default valid attachment type and allow other modules to alter the default list.
  • Changing isset() to !empty() in mandrill_reports_data().
  • #1974450 by Matt V.: blank tag causing reports pages not to load
  • Delete the obsolete 'mandrill_batch_limit' variable.
  • Make the queue worker timeout configurable.
  • Delete obsolete hook_cron() implementation, which has been replaced with hook_cron_queue_info().
  • #1984960 by j0rd: Create a drush script for sending queue'd up mail.
  • Fix watchdog() severity parameter.
  • #2008798 by j0rd: Make the "Message from" watchdog on queued emails optional.
  • Code style from last patch.
  • #2030505 by j0rd, sdelbosc: Change mandrill_get_api_object() to be a factory method (statically cache the object)
  • #2037673 by j0rd: mandrill_mailsend() has a typo in it's exception watchdog
  • #2066483 by TravisCarden: Allow Use of Mail System 3.x
  • Code style on previous patch.
  • #1948760 by DeeZone: Make the "mailsystem_key" attribute larger
  • Formatting and missing NOT NULL schema parameter from previous patch.
  • #2076319 by Mariano: Allow sending custom metadata with messages
  • Minor modification adding code style and comment to the patch in #2076811.
  • #2076811 by mrded: Allow to send custom plaintext message
  • Added note to readme about inline css option for templates.
  • Refactoring queue settings on Admin page to use built-in Drupal Javascript display form tools.
Created by: levelos
Created on: 16 Oct 2013 at 20:28 UTC
Last updated: 9 May 2014 at 17:53 UTC
New features
Bug fixes

Other releases