http://www.perlmonks.org?node_id=162057

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

I would like to create emails with these headers:

From: Me <webmaster\@www.xx.com>
Subject: The Subject
To: Mini Me <robert\@idi.net>
Reply-to: comments\@xx.com
Errors-to: bounces\@xx.com

Body of email....

It seems that MIME::Lite only supports From: To: and CC: How can I add the Reply-to: and Errors-to: headers using MIME::Lite? Thanks.

Robert