Fix "From" field in emails for --submit-as
Review Request #4418 — Created Aug. 11, 2013 and submitted
Fix "From" field in emails for --submit-as When sending emails for review requests, reviews, and replies, we'd send it from the request user, rather than the owner of the relevant object. This made using --submit-as pretty ugly. At some point in the future, we want to enable many users to collaborate on the same review request, at which point we'll have to revisit this, but for now, fix the bugs.
Ran unit tests