We user Drupal 6.1.

In our sandbox, when we test new features, we want to globally assign an email id where all the emails should be rerouted. Dont want current users to be bombarded with emails triggered because we added comments or contents etc.

Sort of like one email address where all emails outgoing from sanbox will get redirected to.

Any help on howto or a recipe will be appreciated.

Anil Garg

Comments

sun’s picture

Version: 6.x-1.0 » 5.x-1.x-dev
Component: User interface » Code
Status: Active » Needs review
StatusFileSize
new2.63 KB

Attached patch implements this feature for Drupal 5.x. Needs testing.

garg_art’s picture

We may need to shift to Drupal 5.x before we can try this.
Thanks much.

sun’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
StatusFileSize
new3.76 KB

Attached patch should work for 6.x. Untested.

sun’s picture

Of course, this patch is against CVS (but might also apply fine against the latest development snapshot).

sun’s picture

Status: Needs review » Closed (won't fix)

Re-considered: This should not be part of Demo module. Rather Devel module. Anyway, you could also use PHPMailer module to redirect mails.