Replying to an old post so that it can help someone.. You need to url
encode the email to handle the special characters line &, + in the
email.. for + it would be %2b and for & it would be %26 so,
someone&[email protected] would become someone%26els...