- addBcc(String) - Method in class org.apache.commons.mail.Email
-
Add a blind BCC recipient to the email.
- addBcc(String, String) - Method in class org.apache.commons.mail.Email
-
Add a blind BCC recipient to the email.
- addCc(String) - Method in class org.apache.commons.mail.Email
-
Add a recipient CC to the email.
- addCc(String, String) - Method in class org.apache.commons.mail.Email
-
Add a recipient CC to the email.
- addHeader(String, String) - Method in class org.apache.commons.mail.Email
-
Adds a header ( name, value ) to the headers Hashtable.
- addPart(String, String) - Method in class org.apache.commons.mail.MultiPartEmail
-
Add a new part to the email.
- addPart(MimeMultipart) - Method in class org.apache.commons.mail.MultiPartEmail
-
Add a new part to the email.
- addReplyTo(String) - Method in class org.apache.commons.mail.Email
-
Add a reply to address to the email.
- addReplyTo(String, String) - Method in class org.apache.commons.mail.Email
-
Add a reply to address to the email.
- addTo(String) - Method in class org.apache.commons.mail.Email
-
Add a recipient TO to the email.
- addTo(String, String) - Method in class org.apache.commons.mail.Email
-
Add a recipient TO to the email.
- attach(EmailAttachment) - Method in class org.apache.commons.mail.MultiPartEmail
-
Attach an EmailAttachement.
- attach(URL, String, String) - Method in class org.apache.commons.mail.MultiPartEmail
-
Attach a file located by its URL.
- attach(URL, String, String, String) - Method in class org.apache.commons.mail.MultiPartEmail
-
Attach a file located by its URL.
- attach(DataSource, String, String) - Method in class org.apache.commons.mail.MultiPartEmail
-
Attach a file specified as a DataSource interface.
- attach(DataSource, String, String, String) - Method in class org.apache.commons.mail.MultiPartEmail
-
Attach a file specified as a DataSource interface.
- ATTACHMENT - Static variable in class org.apache.commons.mail.EmailAttachment
-
Defintion of the part being an attachment
- ATTACHMENTS - Static variable in class org.apache.commons.mail.Email
-
- authenticator - Variable in class org.apache.commons.mail.Email
-
Instance of an Authenticator object that will be used
when authentication is requested from the mail server.
- send() - Method in class org.apache.commons.mail.Email
-
Does the work of actually sending the email.
- send() - Method in class org.apache.commons.mail.HtmlEmail
-
Does the work of actually sending the email.
- send() - Method in class org.apache.commons.mail.MultiPartEmail
-
Sends the mail message
- SENDER_EMAIL - Static variable in class org.apache.commons.mail.Email
-
- SENDER_NAME - Static variable in class org.apache.commons.mail.Email
-
- sentDate - Variable in class org.apache.commons.mail.Email
-
Sent date
- setAuthentication(String, String) - Method in class org.apache.commons.mail.Email
-
Sets the userName and password if authentication is needed.
- setAuthenticator(Authenticator) - Method in class org.apache.commons.mail.Email
-
Sets the Authenticator to be used when authentication
is requested from the mail server.
- setBcc(Collection) - Method in class org.apache.commons.mail.Email
-
Set a list of "BCC" addresses
- setBoolHasAttachments(boolean) - Method in class org.apache.commons.mail.MultiPartEmail
-
- setBounceAddress(String) - Method in class org.apache.commons.mail.Email
-
Set the "bounce address" - the address to which undeliverable messages
will be returned.
- setCc(Collection) - Method in class org.apache.commons.mail.Email
-
Set a list of "CC" addresses
- setCharset(String) - Method in class org.apache.commons.mail.Email
-
Set the charset of the message.
- setContent(MimeMultipart) - Method in class org.apache.commons.mail.Email
-
Set the emailBody to a MimeMultiPart
- setContent(Object, String) - Method in class org.apache.commons.mail.Email
-
Set the content & contentType
- setDebug(boolean) - Method in class org.apache.commons.mail.Email
-
Setting to true will enable the display of debug information.
- setDescription(String) - Method in class org.apache.commons.mail.EmailAttachment
-
Set the description.
- setDisposition(String) - Method in class org.apache.commons.mail.EmailAttachment
-
Set the disposition.
- setFrom(String) - Method in class org.apache.commons.mail.Email
-
Set the FROM field of the email.
- setFrom(String, String) - Method in class org.apache.commons.mail.Email
-
Set the FROM field of the email.
- setHeaders(Hashtable) - Method in class org.apache.commons.mail.Email
-
Used to specify the mail headers.
- setHostName(String) - Method in class org.apache.commons.mail.Email
-
Set the hostname of the outgoing mail server
- setHtmlMsg(String) - Method in class org.apache.commons.mail.HtmlEmail
-
Set the HTML content.
- setMailSession(Session) - Method in class org.apache.commons.mail.Email
-
Supply a mail Session object to use
- setMsg(String) - Method in class org.apache.commons.mail.Email
-
Define the content of the mail.
- setMsg(String) - Method in class org.apache.commons.mail.HtmlEmail
-
Set the message.
- setMsg(String) - Method in class org.apache.commons.mail.MultiPartEmail
-
Set the message of the email.
- setMsg(String) - Method in class org.apache.commons.mail.SimpleEmail
-
Set the content of the mail
- setName(String) - Method in class org.apache.commons.mail.EmailAttachment
-
Set the name.
- setPath(String) - Method in class org.apache.commons.mail.EmailAttachment
-
Set the path to the attachment.
- setPopBeforeSmtp(boolean, String, String, String) - Method in class org.apache.commons.mail.Email
-
Set details regarding "pop3 before smtp" authentication
- setSentDate(Date) - Method in class org.apache.commons.mail.Email
-
Sets the sent date for the email.
- setSmtpPort(int) - Method in class org.apache.commons.mail.Email
-
Set the port number of the outgoing mail server.
- setSubject(String) - Method in class org.apache.commons.mail.Email
-
Set the email subject.
- setSubType(String) - Method in class org.apache.commons.mail.MultiPartEmail
-
Set the MIME subtype of the email.
- setTextMsg(String) - Method in class org.apache.commons.mail.HtmlEmail
-
Set the text content.
- setTo(Collection) - Method in class org.apache.commons.mail.Email
-
Set a list of "TO" addresses
- setURL(URL) - Method in class org.apache.commons.mail.EmailAttachment
-
Set the URL.
- SimpleEmail - Class in org.apache.commons.mail
-
This class is used to send simple internet email messages without
attachments.
- SimpleEmail() - Constructor for class org.apache.commons.mail.SimpleEmail
-
- SMTP - Static variable in class org.apache.commons.mail.Email
-
- smtpPort - Variable in class org.apache.commons.mail.Email
-
The port number of the mail server to connect to.
- subject - Variable in class org.apache.commons.mail.Email
-
The Subject