Package de.mhus.lib.core.mail
Class DefaultSendMail
- java.lang.Object
-
- de.mhus.lib.core.MLog
-
- de.mhus.lib.core.mail.DefaultSendMail
-
-
Constructor Summary
Constructors Constructor Description DefaultSendMail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconnect()MailTransportgetMailTransport()voidreset()voidsendMail(Mail mail)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.mhus.lib.core.mail.MSendMail
sendHtmlMail, sendPlainMail
-
-
-
-
Method Detail
-
connect
protected void connect() throws javax.mail.MessagingException- Throws:
javax.mail.MessagingException
-
reset
public void reset()
-
getMailTransport
public MailTransport getMailTransport() throws Exception
- Specified by:
getMailTransportin interfaceMSendMail- Throws:
Exception
-
-