Examples of DoubanMailService


Examples of com.dongxuexidu.douban4j.service.DoubanMailService

  }
 
  public static void testSendingDoumail () {
    try {
      String accessToken = testAccessToken();
      DoubanMailService service = new DoubanMailService(accessToken);
      if (service.sendMail("abei", "test!", "ceshi")) {
        System.out.println("done!");
      } else {
        System.out.println("o shit");
      }
    } catch (DoubanException ex) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.