http://qs321.pair.com?node_id=210171

jplindstrom has asked for the wisdom of the Perl Monks concerning the following question:

I need to send an e-mail.

It's a complete e-mail (with headers and a full body, most likely multipart with large attachments) popped from a mailbox. If certain things fail I'd like to resend it to another e-mail address, i.e. change the To: address and leave everything else as-is.

I've experimented a little with Mail::Sendmail and Mail::Sender, but they don't seem to play my game.

Any experience with this? Any ideas on how to do it?


/J