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");
>
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