MIME::Lite setup

2012-08-03 Thread Mike Blezien
Hello, We've been using the MIME Lite module for some time now. I need to set it up now so one of our scripts so the when some one replies to an email sent that the replies to a 'Reply-To' address instead of the 'From' address. Here how I have it coded now: my($msg); $msg = MIME::Lite->ne

Re: MIME::Lite setup

2012-08-03 Thread Lawrence Statton
On 08/03/2012 06:17 AM, Mike Blezien wrote: Hello, We've been using the MIME Lite module for some time now. I need to set it up now so one of our scripts so the when some one replies to an email sent that the replies to a 'Reply-To' address instead of the 'From' address. Here how I have it co

Re: MIME::Lite setup

2012-08-03 Thread Mike Blezien
Sent: Friday, August 03, 2012 9:04 AM Subject: Re: MIME::Lite setup On 08/03/2012 06:17 AM, Mike Blezien wrote: > Hello, > > We've been using the MIME Lite module for some time now. I need to set it up now so one of our scripts so the when some one replies to an email

Re: MIME::Lite setup

2012-08-03 Thread Andy Bach
On Fri, Aug 3, 2012 at 6:17 AM, Mike Blezien wrote: > my($msg); > > $msg = MIME::Lite->new( > From=> 'f...@mydomain.com', > To=> 't...@anotherdomain.com', > Reply-To=> 'repl...@mydomain.com', The dash throws off the su