Re: Mail::Mailer Bcc problem

2001-12-05 Thread Michael Fowler
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

Re: Mail::Mailer Bcc problem

2001-12-03 Thread Jenda Krynicky
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

Re: Mail::Mailer Bcc problem

2001-12-01 Thread Michael Fowler
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.

Mail::Mailer Bcc problem

2001-11-30 Thread Kanchana Weerasinghe
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

Mail::Mailer Bcc problem

2001-11-30 Thread Kanchana Weerasinghe
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