Subject: | Multiple to: in Mail::Send |
Hello Mark,
I found that I could specify $msg->to("receiver1, receiver2, ...") if working with the sendmail backend, but it does not work with the SMTP backend. Is it possible to make this syntax (or an alternate syntax, e.g.
$msg->to(["receiver1","receiver2",...]) work with SMTP backend too,
and maybe document this?
Regards,
Slaven