public void setUp() throws Exception {
emailService = mock(MessageService.class);
contactService = mock(ContactableService.class);
accountService = mock(AccountService.class);
jsonService = new JsonService();
controller = new EmailController();
request = new MockHttpServletRequest();
response = new MockHttpServletResponse();