Moodle

Allow all emails to be redirected to a single address

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 2.0
  • Fix Version/s: 1.9.9, 2.0
  • Component/s: Libraries
  • Labels:
    None
  • Affected Branches:
    MOODLE_20_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE, MOODLE_20_STABLE

Description

This feature has similar purpose as $CFG->noemailever. If $CFG->divertallemailsto is set, the email_to_user() will use this address instead of the standard recipient's $user->email. Therefore developers working on an emailing feature can easily track all outgoing emails.

Example: in config.php

$CFG->divertallemailsto = 'some.email@localhost.local';

Issue Links

Activity

Hide
David Mudrak added a comment -

The proposed patch implementing the feature. Waiting for +1

Show
David Mudrak added a comment - The proposed patch implementing the feature. Waiting for +1
Hide
David Mudrak added a comment -

Committed into HEAD. To be backported to 1.9.9 after the end of the current code freeze

Show
David Mudrak added a comment - Committed into HEAD. To be backported to 1.9.9 after the end of the current code freeze
Hide
David Mudrak added a comment -

Backported into MOODLE_19_STABLE, too.

Show
David Mudrak added a comment - Backported into MOODLE_19_STABLE, too.

People

Vote (0)
Watch (4)

Dates

  • Created:
    Updated:
    Resolved: