Re: Net::SMTP and Bcc Usage

2001-05-31 Thread Michael Fowler
On Thu, May 31, 2001 at 06:43:34PM +, scott lutz wrote: > I have looked through all of the doc and even searched CPAN, but can find no > reference to using the Bcc feature. > > # Send the header. > $smtp->datasend("To: test <$address_1>\n"); > $smtp->datasend("Bcc: test2 <$address_2>\n"); >

Net::SMTP and Bcc Usage

2001-05-31 Thread scott lutz
I have looked through all of the doc and even searched CPAN, but can find no reference to using the Bcc feature. # Send the header. $smtp->datasend("To: test <$address_1>\n"); $smtp->datasend("Bcc: test2 <$address_2>\n"); $smtp->datasend("From: $myname <$myemail>\n"); $smtp->datasend("\n"); I a