Пример #1
0
 public void setRecipient(RecipientType type, Address address) throws MessagingException {
   setRecipients(type, new Address[] {address});
 }