@Override
 public void sendMailWithAttachments()
     throws MailDispatcherException, MailException, FileNotFoundException, IOException {
   super.sendMailWithAttachments();
   mailWithAttachmentsAssertions(server, 0);
 }
 @Override
 public void sendMail() throws MailException {
   super.sendMail();
   mailAssertions(server, 0);
 }