| 1 |
General Usage: |
General Usage: |
| 2 |
|
|
| 3 |
redirect any system generated email to your configured email domain usage: |
Redirect any system generated email to your configured email domain. |
| 4 |
|
|
| 5 |
|
usage: |
| 6 |
- in your test site's settings.php set: |
- in your test site's settings.php set: |
| 7 |
$conf = array('mail_redirect_domain' => "mydomain.com"); |
$conf = array('mail_redirect_domain' => "mydomain.com"); |
| 8 |
|
|
| 10 |
- input $to: john_smith@about.com |
- input $to: john_smith@about.com |
| 11 |
- output $to: john_smith@mydomain.com |
- output $to: john_smith@mydomain.com |
| 12 |
|
|
| 13 |
This module was developed for a multi-developer test environment where ongoing development work runs in parallel with the operation of the production site. The developers regularly sync their test site's db to that of the production server. Our general development environment provides numerous sites folders for a mutli-site setup so that each developer has their own local and server based sandboxes for testing and development. As an example: |
This module was developed for a multi-developer test environment where ongoing development work runs in parallel with |
| 14 |
|
the operation of the production site. The developers regularly sync their test site's db to that of the production |
| 15 |
|
server. Our general development environment provides numerous sites folders for a mutli-site setup so that each developer |
| 16 |
|
has their own local and server based sandboxes for testing and development. As an example: |
| 17 |
|
|
| 18 |
3 developers: tom, joe, hank |
3 developers: tom, joe, hank |
| 19 |
|
|
| 42 |
|
|
| 43 |
Janet_Smith@gmail.com -> Janet_Smith@joe.somedomain.com |
Janet_Smith@gmail.com -> Janet_Smith@joe.somedomain.com |
| 44 |
|
|
| 45 |
All mail will be sent to one catch-all account and it is possible to see what email the system has sent out and who they have been sent to. |
All mail will be sent to one catch-all account and it is possible to see what email the system has sent out and who they |
| 46 |
|
have been sent to. |
| 47 |
|
|