Email validation for comma separated list - in 1.1.5?

2009-03-06 Thread fischman_98
find it in the documentation. I see in the sandbox a . Is this what I should use? Thanks. See http://www.nabble.com/Email-validation-td12258680.html http://www.nabble.com/Email-validation-td12258680.html and http://www.mail-archive.com/annou...@apache.org/msg00333.html Thanks. -- View

Re: Email validation

2007-08-21 Thread Matthias Wessendorf
n be more > > elaborate. > > > > Thanks a lot for replying! > > > > Mike Kienenberger wrote: > > > > > > Submit a patch that allows multiple email addresses if allowMultiple=true. > > > > > > On 8/21/07, rosanil <[EMAIL PROTECTED]> wrote

Re: Email validation

2007-08-21 Thread Mike Kienenberger
; On 8/21/07, rosanil <[EMAIL PROTECTED]> wrote: > >> > >> Hi, > >> > >> I have to do Email validation on TO, CC and BCC fields of mail sending > >> module. I saw this tag. I tried to use it but it > >> validates > >> only one email add

Re: Email validation

2007-08-21 Thread rosanil
gt;> Hi, >> >> I have to do Email validation on TO, CC and BCC fields of mail sending >> module. I saw this tag. I tried to use it but it >> validates >> only one email address. If there is a comma separated list of emails, >> it's >> not usefull.

Re: Email validation

2007-08-21 Thread Mike Kienenberger
Submit a patch that allows multiple email addresses if allowMultiple=true. On 8/21/07, rosanil <[EMAIL PROTECTED]> wrote: > > Hi, > > I have to do Email validation on TO, CC and BCC fields of mail sending > module. I saw this tag. I tried to use it but it validates > onl

Email validation

2007-08-21 Thread rosanil
Hi, I have to do Email validation on TO, CC and BCC fields of mail sending module. I saw this tag. I tried to use it but it validates only one email address. If there is a comma separated list of emails, it's not usefull. I wanted to confirm if my observation is true or is there a w