public void sendAsEmail(String sender) throws Exception {
   sendAsEmail(sender, null);
 }