// Set email from
email.setFrom("lei.gao@renren-inc.com", "Commons Email");
email.setBounceAddress("lei.gao@renren-inc.com");
// Set email content
email.addTo("jiyun.xie@renren-inc.com", "Jiyun Xie");
email.addTo("lei.gao@renren-inc.com", "Lei Gao");
email.setSubject("Foll Alert The Git test");
email.setMsg("Here is Apache's logo, please enjoy it!");
// add the attachment
email.attach(attachment);