/[drupal]/contributions/modules/mail_redirect/README.txt
ViewVC logotype

Diff of /contributions/modules/mail_redirect/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Tue Jun 10 00:27:15 2008 UTC revision 1.2, Tue Oct 20 21:25:12 2009 UTC
# Line 1  Line 1 
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    
# Line 8  result: Line 10  result:
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    
# Line 37  Now, when mail_redirect module is enable Line 42  Now, when mail_redirect module is enable
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    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2