@Component public class MailClient extends Object
MailClient()
String
send(String to, String msg)
send(String to, String msg, boolean isHtml)
send(String to, String subject, String msg, boolean isHtml)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MailClient()
public String send(String to, String msg) throws javax.mail.MessagingException
javax.mail.MessagingException
public String send(String to, String msg, boolean isHtml) throws javax.mail.MessagingException
public String send(String to, String subject, String msg, boolean isHtml) throws javax.mail.MessagingException
Copyright © 2013–2014 Shark Xu. All rights reserved.