in reply to How to send multiple user with one mail?

I am a bit confused. $smtp->mail specifies the sender, $smtp->to a recipient. In your case they are the same???

Anyways, using $smtp->recipient( $address1, $address2, $address3, etc) works for me.

For every complex problem there is an answer that is clear, simple, and wrong. H. L. Mencken
  • Comment on Re: How to send multiple user with one mail?

Replies are listed 'Best First'.
Re^2: How to send multiple user with one mail?
by GordonLim (Acolyte) on Mar 21, 2013 at 02:01 UTC
    Hi H. L. Mencken, I was trying to do the dynamic recipient. Meant I hope can do every recipient can grep from my that .txt file all got @hotmail.com. Sorry if my explanation make you feel confuse.