public void testSend() throws SendException,
RecipientsWereRejectedException, IOException, PostponeException {
sender.transmit(mail, IP1);
new Verifications() {
{
smartClient.from(anyString);
smartClient.to(anyString);
smartClient.dataEnd();
smartClient.quit();