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 =

Test Mail

2012-08-03 Thread Anitha Sreejith Victor
I want to subscribe to this perl forum thanks, Anitha

Re: Test Mail

2012-08-03 Thread Owen
I want to subscribe to this perl forum Look at the message headers... List-Subscribe: mailto:beginners-subscr...@perl.org -- Owen -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Test Mail

2012-08-03 Thread Jeff Pang
congratulation, you have got it~ Fri, 3 Aug 2012 14:02:25 +0530 от Anitha Sreejith Victor annperl2...@gmail.com: I want to subscribe to this perl forum thanks, Anitha -- Jeff Pang jeffp...@mail.ru

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

Re: MIME::Lite setup

2012-08-03 Thread Mike Blezien
Thanks for the correction. It works prefectly now. Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Original Message - From: Lawrence Statton To: beginners@perl.org

Re: MIME::Lite setup

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