public class KexEmailSender extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
dEBUG
Debug Status.
|
protected javax.mail.Session |
session
Session mit dem SMTP Server.
|
| Constructor and Description |
|---|
KexEmailSender(String mailServer,
String user,
String passwort,
boolean authReq,
boolean starttls)
Standardkonstruktor.
|
| Modifier and Type | Method and Description |
|---|---|
VersandStatus |
send(String absender,
String betreff,
String text,
String empfaenger,
Collection<String> ccList,
Collection<String> bccList)
Versendet eine Email.
|
protected static boolean dEBUG
protected javax.mail.Session session
public VersandStatus send(String absender, String betreff, String text, String empfaenger, Collection<String> ccList, Collection<String> bccList)
absender - Absenderbetreff - Betrefftext - Textempfaenger - HauptempfaengerccList - Empfengerliste fuer KopiebccList - Empfengerliste fuer Kopie, ohne Benachrichtigung ueber anderen
EmpfaengerCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.