
Email::Sender::Transport::Redirect - Intercept all emails and redirect them to a specific address

Version 0.0001

$transport_orig = Email::Sender::Transport::Sendmail->new;
$transport = Email::Sender::Transport::Redirect->new({transport => $transport_orig,
redirect_address => 'shop@nitesi.com',
});

Transport wrapper for Email::Sender which intercepts all emails and redirects them to a specific address.
This transport changes the To and CC header in the email and adds a X-Intercepted-To and X-Intercepted-CC header with the original recipients.

Stefan Hornburg (Racke), racke@linuxia.de

Please report any bugs or feature requests to bug-email-sender-transport-redirect at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Email-Sender-Transport-Redirect. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Email::Sender::Transport::Redirect
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Email-Sender-Transport-Redirect
http://cpanratings.perl.org/d/Email-Sender-Transport-Redirect
http://search.cpan.org/dist/Email-Sender-Transport-Redirect/

Thanks to Matt Trout for his help regarding the initial write of this module on #dancer IRC.

Copyright 2012 Stefan Hornburg (Racke).
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.