Package | Description |
---|---|
org.safs.tools.mail |
Modifier and Type | Field and Description |
---|---|
Mailer.MimeType |
Mailer.MimeContent.type |
Modifier and Type | Method and Description |
---|---|
static Mailer.MimeType |
Mailer.MimeType.get(java.lang.String mimetype) |
static Mailer.MimeType |
Mailer.MimeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mailer.MimeType[] |
Mailer.MimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Mailer.addMessag(java.lang.String message,
Mailer.MimeType msg_type,
java.util.Map<java.lang.Integer,Mailer.MimeContent> contents) |
void |
Mailer.send(java.util.List<java.lang.String> recipients,
java.lang.String subject,
java.lang.Object body,
Mailer.MimeType type)
Mail object content, the content's type is defined by parameter format.
|
void |
Mailer.send(java.util.List<java.lang.String> recipients,
java.lang.String subject,
java.lang.Object body,
Mailer.MimeType type,
java.util.List<java.lang.String> attachments)
Mail object, the content's type is defined by parameter format.
It will also send attachments provided by the last parameter 'attachments'. |
void |
Mailer.send(java.util.List<java.lang.String> recipients,
java.lang.String subject,
java.lang.Object body,
Mailer.MimeType type,
java.util.Map<java.lang.String,java.lang.String> attchments_alias)
Mail an object, the content's type is defined by MimeType.
It will also send attachments provided by the last parameter 'attchments_alias'. |
void |
Mailer.send(java.util.List<java.lang.String> recipients,
java.lang.String subject,
java.lang.Object body,
Mailer.MimeType type,
java.lang.String attachment)
Mail object, the content's type is defined by parameter format.
It will also send attachments provided by the last parameter 'attachment'. |
Constructor and Description |
---|
MimeContent(java.lang.Object object,
Mailer.MimeType type) |
Copyright © SAS Institute. All Rights Reserved.