> 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
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
> 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?
>
>
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
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
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