mail_redirect 4.1.1

Bug fixes
New features

Better handling of CC/BCC.

Previously was causing an error if skipped addresses removed all of CC or BCC.

mail_redirect 4.0.1

Bug fixes

Changes t() to $this->t() in form class for admin settings.
Changes if Drupal::service('email.validator')->isValid() to \Drupal::service('email.validator')->isValid() as no longer valid without the \ at the front.

mail_redirect 4.0.0

D9 compatibility changes.

No functionality changes from 8.x-3.x.

mail_redirect 7.x-2.0

NOTE: settings.php from 7.x-1.x release is not compatible with 2.x. See README for more info.

- add single address redirect feature
- new admin interface to support this
- remove all reference to mimemail patch as no longer required
- fix/improve how address skip and no mail works

mail_redirect 7.x-2.x-dev

- add single address redirect feature
- new admin interface to support this
- remove all reference to mimemail patch as no longer required
- fix/improve how address skip and no mail works

upgraded to major release 2.x as the settings.php requirement to set redirect has changed with this release and therefore existing site configs are not compatible.

mail_redirect 7.x-1.2

New features

* add new features:
- list of addresses to ignore when doing redirect
- silent redirect to simply not send the redirected emails

mail_redirect 7.x-1.1

Bug fixes

- move to proper location under admin menu
- remove old mimemail patch

mail_redirect 7.x-1.0

New features

My first project updated to D7 so please let me know if any issues.

NOTES:
- mimemail patch is still in distro but has not been looked at for D7
- admin page does not show up at admin/config - i think this is a core bug but haven't verified

mail_redirect 6.x-1.2

Bug fixes

- fix the access arg on callback so you can get to admin config page

NOTE - this really isn't the best way to use this module though - you should NOT set anything in the admin config as that will eventually be your live site where you DON'T want to redirect your email. Then in the settings.php for your test/devel sites set the 'mail_redirect_domain' var there.

mail_redirect 6.x-1.0

New features

- updated for Dr6
- haven't tested mimemail patch or use

mail_redirect 5.x-1.1

New features

- add support for full rfc2822 email address formats (see drupal_mail() for details)
- add better status msging

Subscribe with RSS Subscribe to Releases for Mail Redirect