in reply to Bounced address in MIME::Lite

It might have something to do with the missing quote as shown here:
From =>test@yahoo.com', # ^ missing quote
Also, you needn't double-quote Return-Path as you have in your example also:
"Return-Path" =>'cm@route.com',

Replies are listed 'Best First'.
Re: Re: Bounced address in MIME::Lite
by Anonymous Monk on Aug 04, 2002 at 14:55 UTC
    Thanks, I'll give these a try.