preg_match_all('|<form.*([\.\-_A-Za-z0-9]+?)@([\.\-A-Za-z0-9]+?[\.A-Za-z0-9]{2,}).*</form>|U', $text, $out);
preg_match_all('|.*(+?)@(+?{2,}).*<form.*|U', $text, $out);
preg_match_all('|.*</form>(+?)@(+?{2,}).*|U', $text, $out);