Downloads

Download reroute_email-6.x-1.3.tar.gztar.gz 10.74 KB
MD5: f9b4dd445d475fabd1ab4b3691702044
SHA-1: 14c262475c098aa5fd30e8ee9f2737c69bab149f
SHA-256: 842d7d0300246e558ce10c0c644845ba1a534c7af8d8bc56219271acec518e42
Download reroute_email-6.x-1.3.zipzip 12.59 KB
MD5: d4fb5395be308af268784d6cf04b7f43
SHA-1: be6c50c14592922d163af5b7890502c351677a2b
SHA-256: d037c8cf0d579db5dae2f88038e6b96f862d3f4b4ee3d7b90a1ca3a88483c30e

Release notes

Summary

This new release contains new features, bug fixes, improved documentation, code clean-up and standardization:

  • Improved documentation on how to override configuration variables in settings.php.
  • Standardization of the module: moved admin forms out of .module file and remove variables on uninstall.
  • Added Test email form to allow users to test email rerouting is properly configured.
  • Brought back module in compliance with PAReview's coding standards.
  • Overridden module's order (weight) to load after other hook_mail_alter implementations.

Changes since 6.x-1.2:

  • #1931730 by DYdave: Moved admin config form page to reroute_email.admin.inc.
  • #1931946 by DYdave: Make reroute_email module pass Coder Review.
  • #1867272 by DYdave, Cottser: Added in the README.txt file basic documentation on how to override configuration variables in settings.php.
  • #1852810 by DYdave: fixed invalid string in t() preventing import for string translation.
  • #1937934 by wangqizhong, DYdave: added hook_uninstall to remove configuration variables.
  • #1571508 by jweowu, DYdave: Fixed More robust Cc / Bcc suppression. Flatten Cc / Bcc keys in header array.
  • #1571502 by DYdave, jweowu: Added email test form.
  • #1964070 by jweowu, DYdave: Changed default reroute destination email address in module to attempt to use site_mail, otherwise use system sendmail_from.
  • #2106127 by fen, rfay, DYdave: Set weight to 99 so reroute_email comes after other hook_mail_alter implementations.

See complete log of changes: Reroute Email 6.x-1.x branch GIT logs.

Created by: DYdave
Created on: 1 Nov 2014 at 08:44 UTC
Last updated: 1 Nov 2014 at 08:48 UTC
Bug fixes
New features

Other releases