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.
|
|---|
| 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 |