Subject: | Authenticated SMTP failed to send to multiple recipients. |
The docs suggest that the '--to' parameter of svnnotify takes a comma-
delimited list. Using authenticated SMTP, this does not work.
The "To:" field in the body is populated but only the first user on
the list actually receives an email.
I believe this is a limitation of NET::SMTP_auth.
This was reproduced using:
Net-SMTP_auth-0.08
SVN-Notify-2.60
'perl -v' output is "v5.8.5 built for i386-linux-thread-multi"
'uname -r' output is "2.6.9-34.EL"