Subject: | Can't send SMS to multiple comma-separated recipients |
I'm writing a SMS::Send driver for Wadja.com, whose API allows
delivering the same message to multiple recipients by separating their
phone numbers with commas. Since SMS::Send strips commas from the "to"
parameter, this will obviously not work.
Would be great to allow perhaps an array as the "to" parameter, or not
strip commas.
Thanks for an otherwise great module,
Dan