public class Mail extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENCODING_DE |
static String |
ENCODING_UTF8 |
| Constructor and Description |
|---|
Mail(PrintStream out,
String charset)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
sendEmail(String smtpServer,
String from,
String fromRealName,
String to,
String toRealName,
String subject,
String msg) |
public static final String ENCODING_DE
public static final String ENCODING_UTF8
public Mail(PrintStream out, String charset)
out - charset - Copyright © 2012–2018. All rights reserved.