.getProtocol());
}
@Test
public void should_create_message_from_email() throws Exception {
final Email email = context.mock(Email.class);
final String from = "from.john@doe.com";
final String to = "to.john@doe.com";
final Set<String> tos = new HashSet<String>();