Problem is there's a string that's not visible because is between symbols "<>"; example: From "Pippo" <JulioCaezar@roman.it> so:
I would find a method to get real mail address from a post. Can you help me?
Please explain a bit more. What do you exactly want?
Use regular expressions via preg_match(). ;-)