Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
39.07 KB
MD5: 36c71a992d5ac046306ea02994d6f431
SHA-1: 57f7f7affdb8cd478d11812471bec789b63f5e30
SHA-256: 644223843270e4314cf6b77d36b6c97c9350f870a0fbbf4b3d767bb0b87d9f1f
Download zip
60.88 KB
MD5: a6b892bf497ef8f9443fb217e6bae7c6
SHA-1: 1a06eeecbaa84757d38014bfd2c48b1b837dd53c
SHA-256: fd60410187f048801b1a483f887d0c2ad21c7dbb9210205305401abfa0541dd9
Release notes
The 2.2 release of Mandrill is a largely community-driven release. It includes numerous bug fixes and new features. Some of the new features include improved debugging and the ability to use custom from addresses with Rules. Bug fixes include improvements to the testing functionality and preventing double escaped text.
Changes since 7.x-2.1:
- #2287993 by iamEAP, t_stallmann: Support custom "from" addresses
- #2361027 by tunic: Add documentation for sending region values to Mandrill
- #2412273 by klausi: Add debug information to watchdog() when mail sending fails
- #2449309 by antiorario: Move message formatting to MandrillMailSystem::format()
- #2309887 by MDJ Webdiensten, arosboro: Properly identify uri/filepath of Mimemail style attachments
- Add update and delete web hook functions.
- #2412295 by klausi: Double escaping with check_plain() and the % placeholder
- Fixed test exceptions caused by missing array index.
- #2343821 by Island Usurper: Mandrill Test module should be hidden
- #2408873: Missing module property of message data in mandrill_test is causing tests to throw exceptions