protected class KexEmailTexterTest.KexEmailSenderTest
extends de.bsvrz.kex.emailfaxsms.email.smtp.KexEmailSender
| Constructor and Description |
|---|
KexEmailSenderTest(String mailServer,
String user,
String passwort,
boolean authReq,
boolean starttls)
Standardkonstruktor
|
| Modifier and Type | Method and Description |
|---|---|
de.bsvrz.kex.emailfaxsms.VersandStatus |
send(String absender,
String betreff,
String text,
String empfaenger,
Collection<String> ccList,
Collection<String> bccList) |
public KexEmailSenderTest(String mailServer, String user, String passwort, boolean authReq, boolean starttls)
mailServer - Addresse des EmailServersuser - Usernamepasswort - PasswortauthReq - true, wenn Authentifizierung benoetigt iststarttls - true, wenn man den TLS Protokol benutzen sollpublic de.bsvrz.kex.emailfaxsms.VersandStatus send(String absender, String betreff, String text, String empfaenger, Collection<String> ccList, Collection<String> bccList)
send in class de.bsvrz.kex.emailfaxsms.email.smtp.KexEmailSenderCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.