c: [EMAIL PROTECTED]
|
| Subject: Re: cc and bcc in Net::SMTP
|
>--|
the Net
his is the body of my mail";
$smtp->data($data);
Now you have you as the To: addressee, bob as the cc: and jill is bcc'd.
On Wednesday, December 4, 2002, at 03:29 PM,
[EMAIL PROTECTED] wrote:
Hi,
The 'cc' and 'bcc' methods in Net::SMTP seem to simply alia
Hi,
The 'cc' and 'bcc' methods in Net::SMTP seem to simply alias the 'to'
method. How do I actually 'cc' and 'bcc' in Net::SMTP? I tried putting
these in the DATA area (though it doesn't really make sense to me to do it
that way). I