Andre wrote:
Hi
Does anyone know if there is a module or function of a model in wich i send an array with the contents in html or text and ir returns me an array of the parsed emails adresses that were in the input data?
Where do i get it?
Thanks

Have a look at the Mail::Address module. There is a "parse" function that normally takes a header and returns the addresses, this may work for your purposes. You might tie this to an HTML parser to help.

You *ARE NOT* using this to generate spam lists are you? I believe this validates the warranties on the Mail:: modules...

http://danconia.org


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to