in reply to Re: Using Net::SMTP to Bcc, Cc or multiple recipients
in thread Using Net::SMTP to Bcc, Cc or multiple recipients

the answer is fine,its works
  • Comment on Re: Answer: Using Net::SMTP to Bcc, Cc or multiple recipients

Replies are listed 'Best First'.
Re^2: Answer: Using Net::SMTP to Bcc, Cc or multiple recipients
by Anonymous Monk on Nov 13, 2011 at 14:48 UTC
    all you need to do is following in @to have an array fo reciepients and then foreach (@to) { $smtp->datasend("To: $_\n"); }