This simple module creates a trigger that works with the Drupal Core triggers module and allows for an email to be sent to both the old and new email addresses upon email address change. This allows the user to know when their address has been changed, even if they aren't the one who changed it.

This is simple module that adds a trigger when a user email address is updated. It uses the built-in trigger module from Drupal core.

The trigger can be setup at admin/structure/trigger/user.

An action included in the Email Change Trigger named "Send email address change notification email" can send a tokenized email to the affected user. An email notification is sent to both the new and old email addresses to ensure that communication reaches both.

The email action can be setup at admin/config/system/actions.

Project information

Releases