Spaces in /source

This commit is contained in:
Oliver Davies 2015-06-06 17:21:24 +01:00
parent 45c8708a5f
commit 6e9dd34d0f
121 changed files with 1051 additions and 1051 deletions

View file

@ -2,11 +2,11 @@
title: Configuring the Reroute Email Module
nav: blog
tags:
- drupal
- drupal-6
- drupal-7
- drupal-planet
- email
- drupal
- drupal-6
- drupal-7
- drupal-planet
- email
draft: true
---
[Reroute Email](https://www.drupal.org/project/reroute_email) module uses `hook_mail_alter()` to prevent emails from being sent to users from non-production sites. It allows you to enter one or more email addresses that will receive the emails instead of delivering them to the original user.
@ -39,9 +39,9 @@ If you want to add multiple addresses, these should be added in a semicolon-deli
~~~php
$conf['reroute_email_address'] = implode(';', array(
'person1@example.com',
'person2@example.com',
'person3@example.com',
'person1@example.com',
'person2@example.com',
'person3@example.com',
));
~~~