public class ReportMailer extends Object
ReportMailer class.
| Constructor and Description | 
|---|
ReportMailer()
Constructor for ReportMailer. 
 | 
ReportMailer(String address,
            String filename,
            String subject)
Constructor for ReportMailer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAddress()
getAddress 
 | 
String | 
getFilename()
getFilename 
 | 
void | 
send()
send 
 | 
void | 
setAddress(String address)
setAddress 
 | 
void | 
setFilename(String filename)
setFilename 
 | 
public void send()
          throws IOException
send
IOException - if any.Copyright © 2020. All rights reserved.