in reply to Mail::Mailer Question
You can supply the sendmail options as part of the new() methods arguments - in this case you might want to set the envelope address with:
my $mailer = Mail::Mailer->new('sendmail','-f','foo@wherever.com'); [download]
/J\