RE: send email with Perl



Charles Li wrote:
> Hi,
> I am using "use Net::SMTP;" to send email to multiple
> people. But the recipients can not send the other
> receiver emails. It just says undisclosed recipients.
> How do I send email to multiple people and let them
> see who is on the To list?

Include a To: header in the mail message.
.