Package | Description |
---|---|
lucee.runtime.net.mail | |
lucee.runtime.net.smtp |
Modifier and Type | Method and Description |
---|---|
static ServerImpl |
ServerImpl.getInstance(String host,
int defaultPort,
String defaultUsername,
String defaultPassword,
long defaultLifeTimespan,
long defaultIdleTimespan,
boolean defaultTls,
boolean defaultSsl) |
static javax.mail.internet.InternetAddress |
MailUtil.toInternetAddress(Object emails) |
static javax.mail.internet.InternetAddress[] |
MailUtil.toInternetAddresses(Object emails) |
Modifier and Type | Method and Description |
---|---|
void |
SMTPClient._send(ConfigWeb config) |
void |
SMTPClient.addBCC(Object bcc) |
void |
SMTPClient.addCC(Object cc) |
void |
SMTPClient.addFailTo(Object ft) |
void |
SMTPClient.addReplyTo(Object rt) |
void |
SMTPClient.addTo(Object to) |
void |
SMTPClient.send(ConfigWeb config,
long sendTime) |
void |
SMTPClient.setFrom(Object from) |
static ServerImpl |
SMTPClient.toServerImpl(String server,
int port,
String usr,
String pwd,
long lifeTimespan,
long idleTimespan) |
Copyright © 2015 Lucee