Package | Description |
---|---|
com.irisel.mail |
Modifier and Type | Method and Description |
---|---|
static Mailer.ContentType |
Mailer.ContentType.fromValue(java.lang.String sContentType) |
static Mailer.ContentType |
Mailer.ContentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mailer.ContentType[] |
Mailer.ContentType.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 |
SendMail.sendJavaMail(javax.mail.Address to,
javax.mail.Address from,
javax.mail.Address[] cc,
java.lang.String subject,
java.lang.String someHtmlMessage,
Mailer.ContentType contentType) |
void |
Mailer.sendMsg(javax.mail.Address to,
javax.mail.Address from,
javax.mail.Address[] cc,
java.lang.String subject,
java.lang.String someHtmlMessage,
Mailer.ContentType contentType) |