mail_redirect 4.2.5

New features

Add compatibility for D11.

Add D11 to .info file - only change.

NOT TESTED WITH D11.

mail_redirect 4.2.3

Bug fixes
New features

Use case insensitive addresses when processing skipped addresses.

mail_redirect 4.2.2

Bug fixes

It seems that some module use cc/bcc in $message['params']['headers'] and some in $message['headers'], so handle both cases.

mail_redirect 4.2.1

Bug fixes
New features

Bug fix for cc/bcc.

Also add .info link to settings.

mail_redirect 4.2.0

Bug fixes

I have noticed that past use of setting CC/BCC in $message['params']['headers'] MAY no longer work. I haven't be able to find details on this core API change but possibly this is from D9.5+. I am releasing version 4.2.0 as compatible with D9.5/D10 which now sets CC/BCC directly in $message['headers']. Good idea to test that this is properly redirecting your CC/BCC addresses.

mail_redirect 4.1.1

Bug fixes
New features
Unsupported

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
Unsupported

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

Unsupported

D9 compatibility changes.

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

mail_redirect 7.x-2.0

Unsupported

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.3

Bug fixes
Unsupported

fixed some issues with handling skipped addresses

mail_redirect 7.x-1.2

New features
Unsupported

* 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
Unsupported

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

mail_redirect 7.x-1.0

New features
Unsupported

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
Unsupported

- 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
Unsupported

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

mail_redirect 5.x-1.1

New features
Unsupported

- 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