Package alpine.server.mail
Class SendMail
java.lang.Object
alpine.server.mail.SendMail
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachments(File[] attachments) bodyMimeType(String bodyMimeType) debug(boolean debug) port(int port) voidsend()smtpauth(boolean smtpauth) trustCert(boolean trustCert) useNTLM(boolean useNTLM) useStartTLS(boolean useStartTLS)
-
Constructor Details
-
SendMail
public SendMail()
-
-
Method Details
-
from
- Throws:
SendMailException
-
to
- Throws:
SendMailException
-
to
- Throws:
SendMailException
-
cc
- Throws:
SendMailException
-
cc
- Throws:
SendMailException
-
bcc
- Throws:
SendMailException
-
bcc
- Throws:
SendMailException
-
subject
-
body
-
bodyMimeType
-
attachments
-
host
-
port
-
username
-
password
-
useStartTLS
-
useNTLM
-
smtpauth
-
trustCert
-
debug
-
send
- Throws:
SendMailException
-