Exemplo n.º 1
0
 public MsgSend(String[] argv, String[] dis_list) {
   try {
     this.dis_list = makeInternetAddressArray(dis_list);
   } catch (AddressException e) {
     System.err.println(
         "Bad email address format at pos " + e.getPos() + " in '" + e.getRef() + "'");
   }
   doit(argv);
 }