RE: MIME::Lite Return-Path not being set

2012-04-25 Thread Bob McConnell
> From: sono-io > > > According to the RFC's, "Return-path" is reserved for use by the transport > servers. It is likely your server is stripping out the suggestion you have > put in > there. > > But I can set it using SMTP, so does sendmail handle things > differently? Unfortunately, my

Re: MIME::Lite Return-Path not being set

2012-04-24 Thread sono-io
Hi Bob, Thanks for the reply. > According to the RFC's, "Return-path" is reserved for use by the transport > servers. It is likely your server is stripping out the suggestion you have > put in there. But I can set it using SMTP, so does sendmail handle things differently? Unf

RE: MIME::Lite Return-Path not being set

2012-04-24 Thread Bob McConnell
> From: sono-io > > Unfortunately, I can't switch to SMTP right now (long story) and so I > need to find a way to get Mime::Lite to send the Return-Path. Does anyone > know how to do this? > > If Mime::Lite can't do it, does anyone have another module they can > recommend? > >

Re: MIME::Lite Return-Path not being set

2012-04-24 Thread sono-io
Unfortunately, I can't switch to SMTP right now (long story) and so I need to find a way to get Mime::Lite to send the Return-Path. Does anyone know how to do this? If Mime::Lite can't do it, does anyone have another module they can recommend? The reason I need to do t

Re: MIME::Lite Return-Path not being set

2012-04-23 Thread sono-io
On Apr 23, 2012, at 5:06 PM, sono...@fannullone.us wrote: > I'm trying to set the Return-Path in emails that I send out, but I'm not > having any luck. Apparently the culprit is sendmail, which is the default for Mime::Lite. If I use SMTP instead, I'm able to alter the Return-Path. $m

MIME::Lite Return-Path not being set

2012-04-23 Thread sono-io
I'm trying to set the Return-Path in emails that I send out, but I'm not having any luck. Here's the code I'm trying: use strict; use warnings; use MIME::Lite; my $msg = MIME::Lite->new ( From => 'sen...@example.com', To