public class PuBugReport
extends java.lang.Object
Constructor and Description |
---|
PuBugReport() |
Modifier and Type | Method and Description |
---|---|
static void |
sendEmail()
Call the System's email editor and set recipient, subject and body
of the email according to the JavaView bug report standards.
|
static void |
sendMail(java.lang.String to,
java.lang.String cc,
java.lang.String bcc,
java.lang.String subject,
java.lang.String body)
Launch the default email client of the operating system, and fill fields such
as recipients, subject and message body according to the arguments.
|
public static void sendEmail()
public static void sendMail(java.lang.String to, java.lang.String cc, java.lang.String bcc, java.lang.String subject, java.lang.String body)
to
- Recipient.cc
- Recipient of a copy.bcc
- Recipient of a blind copy.subject
- Subject title.body
- Message body."