On Mon, Dec 03, 2001 at 12:42:54PM +0100, Jenda Krynicky wrote:
> From: Michael Fowler <[EMAIL PROTECTED]>
> > This is a problem with your MTA (mail transport agent; e.g. sendmail,
> > postfix, qmail, etc.), i.e. $server. It's the MTA's job to remove the
> > header, not Mail::Mailer's.
>
> I don
From: Michael Fowler <[EMAIL PROTECTED]>
> On Fri, Nov 30, 2001 at 10:24:24AM -0600, Kanchana Weerasinghe wrote:
> > I have a problem using Mail::Mailer with a Bcc in the headerthe
> > recipient (To) can see the Bcc field in the email header.
>
> This is a problem with your MTA (mail transpor
On Fri, Nov 30, 2001 at 10:24:24AM -0600, Kanchana Weerasinghe wrote:
> I have a problem using Mail::Mailer with a Bcc in the headerthe
> recipient (To) can see the Bcc field in the email header.
This is a problem with your MTA (mail transport agent; e.g. sendmail,
postfix, qmail, etc.), i.e.
I have a problem using Mail::Mailer with a Bcc in the headerthe
recipient (To) can see the Bcc field in the email header.
Here's my code:
$headers{'To'} = $To;
$headers{'Bcc'} = $Bcc;
$headers{'From'} = $email_from;
$headers{'Subject'} = $email_subject;
$mailer = new Mail::Mailer 'smtp', Se
I have a problem using Mail::Mailer with a Bcc in the headerthe
recipient (To) can see the Bcc field in the email header.
Here's my code:
$headers{'To'} = $To;
$headers{'Bcc'} = $Bcc;
$headers{'From'} = $email_from;
$headers{'Subject'} = $email_subject;
$mailer = new Mail::Mailer 'smtp', Se