Package | Description |
---|---|
org.pentaho.di.trans.steps.mailvalidator |
Modifier and Type | Method and Description |
---|---|
static MailValidationResult |
MailValidation.isAddressValid(org.pentaho.di.core.logging.LogChannelInterface log,
String address,
String senderAddress,
String defaultSMTPServer,
int timeout,
boolean deepCheck)
Validate an email address
This code is from : http://www.rgagnon.com/javadetails/java-0452.html
|