コード例 #1
0
 @Test
 public void testSendMailAll() throws Exception {
   emailService.sendMail(
       from, to, subject, content, headerToMap, replyTo, additionalHeaders, attachments);
 }
コード例 #2
0
 @Test
 public void testSendMailBasic() throws Exception {
   emailService.sendMail(from, to, subject, content, null, null, null, null);
 }