コード例 #1
0
 public void sendAsEmail(String sender) throws Exception {
   sendAsEmail(sender, null);
 }